#B962AB

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

Shades of Fuchsia #B962AB

Tints of Fuchsia #B962AB

Color information

#B962AB (or 0xB962AB) is unknown color: approx Fuchsia. HEX triplet: B9, 62 and AB. RGB value is (185,98,171). Sum of RGB (Red+Green+Blue) = 185+98+171=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 98 (38.67% from 255 or 21.59% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 185 - color contains mainly: red. Hex color #B962AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B962AB is #469D54. Grayscale: #848484. Windows color (decimal): -4627797 or 11231929. OLE color: 11231929.

HSL color Cylindrical-coordinate representation of color #B962AB: hue angle of 309.66º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B962AB is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB18598171-
CMYK00.470.080.27
HSL309.66º38.33%55.49%-
HSV(B)309.66º47.03%72.55%-
XYZ31.7321.9941.1-
YUV132.33149.82165.56-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.75%
GREEN value IS 98 (38.67% from 255) = 21.59%
BLUE value IS 171 (67.19% from 255) = 37.67%
R=40.75%
G=21.59%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859817100.470.080.27309.6638.3355.49
HexB962AB02F81B1362637
Octal27114225305710334664667
Binary101110011100010101010110101111100011011100110110100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B962AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B962AB; }

 p { color: rgb(185,98,171); }

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

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

 a { background-color: rgb(185,98,171); }

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

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

 span { border-color: rgb(185,98,171); }

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