#B95CB0

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

Shades of Fuchsia #B95CB0

Tints of Fuchsia #B95CB0

Color information

#B95CB0 (or 0xB95CB0) is unknown color: approx Fuchsia. HEX triplet: B9, 5C and B0. RGB value is (185,92,176). Sum of RGB (Red+Green+Blue) = 185+92+176=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 92 (36.33% from 255 or 20.31% from 453); Blue value is 176 (69.14% from 255 or 38.85% from 453); Max value from RGB is 185 - color contains mainly: red. Hex color #B95CB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95CB0 is #46A34F. Grayscale: #818181. Windows color (decimal): -4629328 or 11558073. OLE color: 11558073.

HSL color Cylindrical-coordinate representation of color #B95CB0: hue angle of 305.81º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B95CB0 is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB18592176-
CMYK00.500.050.27
HSL305.81º39.91%54.31%-
HSV(B)305.81º50.27%72.55%-
XYZ31.6721.143.48-
YUV129.38154.31167.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.84%
GREEN value IS 92 (36.33% from 255) = 20.31%
BLUE value IS 176 (69.14% from 255) = 38.85%
R=40.84%
G=20.31%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859217600.500.050.27305.8139.9154.31
HexB95CB003251B1322836
Octal2711342600625334625066
Binary10111001101110010110000011001010111011100110010101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95CB0; }

 p { color: rgb(185,92,176); }

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

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

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

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

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

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

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