#B960B1

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

Shades of Fuchsia #B960B1

Tints of Fuchsia #B960B1

Color information

#B960B1 (or 0xB960B1) is unknown color: approx Fuchsia. HEX triplet: B9, 60 and B1. RGB value is (185,96,177). Sum of RGB (Red+Green+Blue) = 185+96+177=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 96 (37.89% from 255 or 20.96% from 458); Blue value is 177 (69.53% from 255 or 38.65% from 458); Max value from RGB is 185 - color contains mainly: red. Hex color #B960B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B960B1 is #469F4E. Grayscale: #838383. Windows color (decimal): -4628303 or 11624633. OLE color: 11624633.

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

Color convert

RGB18596177-
CMYK00.480.040.27
HSL305.39º38.86%55.1%-
HSV(B)305.39º48.11%72.55%-
XYZ32.1321.8544.12-
YUV131.84153.49165.91-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.39%
GREEN value IS 96 (37.89% from 255) = 20.96%
BLUE value IS 177 (69.53% from 255) = 38.65%
R=40.39%
G=20.96%
B=38.65%

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
Decimal1859617700.480.040.27305.3938.8655.1
HexB960B103041B1312737
Octal2711402610604334614767
Binary10111001110000010110001011000010011011100110001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B960B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B960B1; }

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

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

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

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

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

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

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

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