#B95CA8

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

Shades of Fuchsia #B95CA8

Tints of Fuchsia #B95CA8

Color information

#B95CA8 (or 0xB95CA8) is unknown color: approx Fuchsia. HEX triplet: B9, 5C and A8. RGB value is (185,92,168). Sum of RGB (Red+Green+Blue) = 185+92+168=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 92 (36.33% from 255 or 20.67% from 445); Blue value is 168 (66.02% from 255 or 37.75% from 445); Max value from RGB is 185 - color contains mainly: red. Hex color #B95CA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95CA8 is #46A357. Grayscale: #808080. Windows color (decimal): -4629336 or 11033785. OLE color: 11033785.

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

Color convert

RGB18592168-
CMYK00.500.090.27
HSL310.97º39.91%54.31%-
HSV(B)310.97º50.27%72.55%-
XYZ30.920.839.43-
YUV128.47150.31168.32-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.57%
GREEN value IS 92 (36.33% from 255) = 20.67%
BLUE value IS 168 (66.02% from 255) = 37.75%
R=41.57%
G=20.67%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859216800.500.090.27310.9739.9154.31
HexB95CA803291B1372836
Octal27113425006211334675066
Binary101110011011100101010000110010100111011100110111101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95CA8; }

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

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

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

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

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

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

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

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