#B85BAB

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

Shades of Fuchsia #B85BAB

Tints of Fuchsia #B85BAB

Color information

#B85BAB (or 0xB85BAB) is unknown color: approx Fuchsia. HEX triplet: B8, 5B and AB. RGB value is (184,91,171). Sum of RGB (Red+Green+Blue) = 184+91+171=446 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.26% from 446); Green value is 91 (35.94% from 255 or 20.40% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 184 - color contains mainly: red. Hex color #B85BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85BAB is #47A454. Grayscale: #7F7F7F. Windows color (decimal): -4695125 or 11230136. OLE color: 11230136.

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

Color convert

RGB18491171-
CMYK00.510.070.28
HSL308.39º39.57%53.92%-
HSV(B)308.39º50.54%72.16%-
XYZ30.8620.6140.88-
YUV127.93152.31168-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.26%
GREEN value IS 91 (35.94% from 255) = 20.40%
BLUE value IS 171 (67.19% from 255) = 38.34%
R=41.26%
G=20.40%
B=38.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849117100.510.070.28308.3939.5753.92
HexB85BAB03371C1342836
Octal2701332530637344645066
Binary10111000101101110101011011001111111100100110100101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85BAB; }

 p { color: rgb(184,91,171); }

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

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

 a { background-color: rgb(184,91,171); }

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

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

 span { border-color: rgb(184,91,171); }

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