#B85FAB

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

Shades of Fuchsia #B85FAB

Tints of Fuchsia #B85FAB

Color information

#B85FAB (or 0xB85FAB) is unknown color: approx Fuchsia. HEX triplet: B8, 5F and AB. RGB value is (184,95,171). Sum of RGB (Red+Green+Blue) = 184+95+171=450 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.89% from 450); Green value is 95 (37.5% from 255 or 21.11% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 184 - color contains mainly: red. Hex color #B85FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85FAB is #47A054. Grayscale: #828282. Windows color (decimal): -4694101 or 11231160. OLE color: 11231160.

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

Color convert

RGB18495171-
CMYK00.480.070.28
HSL308.76º38.53%54.71%-
HSV(B)308.76º48.37%72.16%-
XYZ31.2121.3241-
YUV130.27150.99166.32-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.89%
GREEN value IS 95 (37.5% from 255) = 21.11%
BLUE value IS 171 (67.19% from 255) = 38%
R=40.89%
G=21.11%
B=38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849517100.480.070.28308.7638.5354.71
HexB85FAB03071C1352737
Octal2701372530607344654767
Binary10111000101111110101011011000011111100100110101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85FAB; }

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

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

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

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

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

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

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

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