#B960B2

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

Shades of Fuchsia #B960B2

Tints of Fuchsia #B960B2

Color information

#B960B2 (or 0xB960B2) is unknown color: approx Fuchsia. HEX triplet: B9, 60 and B2. RGB value is (185,96,178). Sum of RGB (Red+Green+Blue) = 185+96+178=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 96 (37.89% from 255 or 20.92% from 459); Blue value is 178 (69.92% from 255 or 38.78% from 459); Max value from RGB is 185 - color contains mainly: red. Hex color #B960B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B960B2 is #469F4D. Grayscale: #838383. Windows color (decimal): -4628302 or 11690169. OLE color: 11690169.

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

Color convert

RGB18596178-
CMYK00.480.040.27
HSL304.72º38.86%55.1%-
HSV(B)304.72º48.11%72.55%-
XYZ32.2321.8944.65-
YUV131.96153.99165.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.31%
GREEN value IS 96 (37.89% from 255) = 20.92%
BLUE value IS 178 (69.92% from 255) = 38.78%
R=40.31%
G=20.92%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859617800.480.040.27304.7238.8655.1
HexB960B203041B1312737
Octal2711402620604334614767
Binary10111001110000010110010011000010011011100110001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B960B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B960B2; }

 p { color: rgb(185,96,178); }

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

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

 a { background-color: rgb(185,96,178); }

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

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

 span { border-color: rgb(185,96,178); }

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