#B960B5

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

Shades of Fuchsia #B960B5

Tints of Fuchsia #B960B5

Color information

#B960B5 (or 0xB960B5) is unknown color: approx Fuchsia. HEX triplet: B9, 60 and B5. RGB value is (185,96,181). Sum of RGB (Red+Green+Blue) = 185+96+181=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 96 (37.89% from 255 or 20.78% from 462); Blue value is 181 (71.09% from 255 or 39.18% from 462); Max value from RGB is 185 - color contains mainly: red. Hex color #B960B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B960B5 is #469F4A. Grayscale: #848484. Windows color (decimal): -4628299 or 11886777. OLE color: 11886777.

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

Color convert

RGB18596181-
CMYK00.480.020.27
HSL302.7º38.86%55.1%-
HSV(B)302.7º48.11%72.55%-
XYZ32.5322.0246.25-
YUV132.3155.49165.59-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.04%
GREEN value IS 96 (37.89% from 255) = 20.78%
BLUE value IS 181 (71.09% from 255) = 39.18%
R=40.04%
G=20.78%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859618100.480.020.27302.738.8655.1
HexB960B503021B12f2737
Octal2711402650602334574767
Binary1011100111000001011010101100001011011100101111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B960B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B960B5; }

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

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

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

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

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

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

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

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