#B960B9

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

Shades of Fuchsia #B960B9

Tints of Fuchsia #B960B9

Color information

#B960B9 (or 0xB960B9) is unknown color: approx Fuchsia. HEX triplet: B9, 60 and B9. RGB value is (185,96,185). Sum of RGB (Red+Green+Blue) = 185+96+185=466 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.70% from 466); Green value is 96 (37.89% from 255 or 20.60% from 466); Blue value is 185 (72.66% from 255 or 39.70% from 466); Max value from RGB is 185 - color contains mainly: red, blue. Hex color #B960B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B960B9 is #469F46. Grayscale: #848484. Windows color (decimal): -4628295 or 12148921. OLE color: 12148921.

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

Color convert

RGB18596185-
CMYK00.4800.27
HSL300º38.86%55.1%-
HSV(B)300º48.11%72.55%-
XYZ32.9522.1848.44-
YUV132.76157.49165.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.70%
GREEN value IS 96 (37.89% from 255) = 20.60%
BLUE value IS 185 (72.66% from 255) = 39.70%
R=39.70%
G=20.60%
B=39.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859618500.4800.2730038.8655.1
HexB960B903001B12c2737
Octal2711402710600334544767
Binary101110011100000101110010110000011011100101100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B960B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B960B9; }

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

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

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

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

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

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

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

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