#B85AB4

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

Shades of Fuchsia #B85AB4

Tints of Fuchsia #B85AB4

Color information

#B85AB4 (or 0xB85AB4) is unknown color: approx Fuchsia. HEX triplet: B8, 5A and B4. RGB value is (184,90,180). Sum of RGB (Red+Green+Blue) = 184+90+180=454 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.53% from 454); Green value is 90 (35.55% from 255 or 19.82% from 454); Blue value is 180 (70.70% from 255 or 39.65% from 454); Max value from RGB is 184 - color contains mainly: red. Hex color #B85AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85AB4 is #47A54B. Grayscale: #808080. Windows color (decimal): -4695372 or 11819704. OLE color: 11819704.

HSL color Cylindrical-coordinate representation of color #B85AB4: hue angle of 302.55º 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 #B85AB4 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB18490180-
CMYK00.510.020.28
HSL302.55º39.83%53.73%-
HSV(B)302.55º51.09%72.16%-
XYZ31.6620.845.53-
YUV128.37157.14167.68-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.53%
GREEN value IS 90 (35.55% from 255) = 19.82%
BLUE value IS 180 (70.70% from 255) = 39.65%
R=40.53%
G=19.82%
B=39.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849018000.510.020.28302.5539.8353.73
HexB85AB403321C12f2836
Octal2701322640632344575066
Binary1011100010110101011010001100111011100100101111101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85AB4; }

 p { color: rgb(184,90,180); }

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

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

 a { background-color: rgb(184,90,180); }

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

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

 span { border-color: rgb(184,90,180); }

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