#B962AC

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

Shades of Fuchsia #B962AC

Tints of Fuchsia #B962AC

Color information

#B962AC (or 0xB962AC) is unknown color: approx Fuchsia. HEX triplet: B9, 62 and AC. RGB value is (185,98,172). Sum of RGB (Red+Green+Blue) = 185+98+172=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 98 (38.67% from 255 or 21.54% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 185 - color contains mainly: red. Hex color #B962AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B962AC is #469D53. Grayscale: #848484. Windows color (decimal): -4627796 or 11297465. OLE color: 11297465.

HSL color Cylindrical-coordinate representation of color #B962AC: hue angle of 308.97º 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 #B962AC is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB18598172-
CMYK00.470.070.27
HSL308.97º38.33%55.49%-
HSV(B)308.97º47.03%72.55%-
XYZ31.8222.0341.6-
YUV132.45150.32165.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.66%
GREEN value IS 98 (38.67% from 255) = 21.54%
BLUE value IS 172 (67.58% from 255) = 37.80%
R=40.66%
G=21.54%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859817200.470.070.27308.9738.3355.49
HexB962AC02F71B1352637
Octal2711422540577334654667
Binary10111001110001010101100010111111111011100110101100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B962AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B962AC; }

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

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

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

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

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

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

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

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