#B968AE

Color #B968AE Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #B968AE

Tints of Fuchsia #B968AE

Color information

#B968AE (or 0xB968AE) is unknown color: approx Fuchsia. HEX triplet: B9, 68 and AE. RGB value is (185,104,174). Sum of RGB (Red+Green+Blue) = 185+104+174=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 104 (41.02% from 255 or 22.46% from 463); Blue value is 174 (68.36% from 255 or 37.58% from 463); Max value from RGB is 185 - color contains mainly: red. Hex color #B968AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B968AE is #469751. Grayscale: #888888. Windows color (decimal): -4626258 or 11430073. OLE color: 11430073.

HSL color Cylindrical-coordinate representation of color #B968AE: hue angle of 308.15º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B968AE is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB185104174-
CMYK00.440.060.27
HSL308.15º36.65%56.67%-
HSV(B)308.15º43.78%72.55%-
XYZ32.623.2742.82-
YUV136.2149.34162.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 185 (72.66% from 255) = 39.96%
GREEN value IS 104 (41.02% from 255) = 22.46%
BLUE value IS 174 (68.36% from 255) = 37.58%
R=39.96%
G=22.46%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510417400.440.060.27308.1536.6556.67
HexB968AE02C61B1342539
Octal2711502560546334644571
Binary10111001110100010101110010110011011011100110100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B968AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B968AE; }

 p { color: rgb(185,104,174); }

 H1.HeaderClassName
 {
   color: #B968AE;
 }
 .AnyTagClassName
 {
   color: #B968AE;
 }
</style>
background-color css

<style>
 a { background-color: #B968AE; }

 a { background-color: rgb(185,104,174); }

 div.DivClassName
 {
   background-color: #B968AE;
 }
 .BgClassName
 {
   background-color: #B968AE;
 }
</style>
border-color css

<style>
 span { border-color: #B968AE; }

 span { border-color: rgb(185,104,174); }

 td.TdClassName
 {
   border-color: #B968AE;
 }
 .TagClassName
 {
   border-color: #B968AE;
 }
</style>