#B95BAD

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

Shades of Fuchsia #B95BAD

Tints of Fuchsia #B95BAD

Color information

#B95BAD (or 0xB95BAD) is unknown color: approx Fuchsia. HEX triplet: B9, 5B and AD. RGB value is (185,91,173). Sum of RGB (Red+Green+Blue) = 185+91+173=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 91 (35.94% from 255 or 20.27% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 185 - color contains mainly: red. Hex color #B95BAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95BAD is #46A452. Grayscale: #808080. Windows color (decimal): -4629587 or 11361209. OLE color: 11361209.

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

Color convert

RGB18591173-
CMYK00.510.060.27
HSL307.66º40.17%54.12%-
HSV(B)307.66º50.81%72.55%-
XYZ31.2920.8141.9-
YUV128.45153.14168.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.20%
GREEN value IS 91 (35.94% from 255) = 20.27%
BLUE value IS 173 (67.97% from 255) = 38.53%
R=41.20%
G=20.27%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859117300.510.060.27307.6640.1754.12
HexB95BAD03361B1342836
Octal2711332550636334645066
Binary10111001101101110101101011001111011011100110100101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95BAD; }

 p { color: rgb(185,91,173); }

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

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

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

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

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

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

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