#B85CAB

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

Shades of Fuchsia #B85CAB

Tints of Fuchsia #B85CAB

Color information

#B85CAB (or 0xB85CAB) is unknown color: approx Fuchsia. HEX triplet: B8, 5C and AB. RGB value is (184,92,171). Sum of RGB (Red+Green+Blue) = 184+92+171=447 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.16% from 447); Green value is 92 (36.33% from 255 or 20.58% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 184 - color contains mainly: red. Hex color #B85CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85CAB is #47A354. Grayscale: #808080. Windows color (decimal): -4694869 or 11230392. OLE color: 11230392.

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

Color convert

RGB18492171-
CMYK00.500.070.28
HSL308.48º39.32%54.12%-
HSV(B)308.48º50%72.16%-
XYZ30.9420.7840.91-
YUV128.51151.98167.58-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.16%
GREEN value IS 92 (36.33% from 255) = 20.58%
BLUE value IS 171 (67.19% from 255) = 38.26%
R=41.16%
G=20.58%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849217100.500.070.28308.4839.3254.12
HexB85CAB03271C1342736
Octal2701342530627344644766
Binary10111000101110010101011011001011111100100110100100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85CAB; }

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

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

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

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

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

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

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

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