#B85ABD

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

Shades of Fuchsia #B85ABD

Tints of Fuchsia #B85ABD

Color information

#B85ABD (or 0xB85ABD) is unknown color: approx Fuchsia. HEX triplet: B8, 5A and BD. RGB value is (184,90,189). Sum of RGB (Red+Green+Blue) = 184+90+189=463 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.74% from 463); Green value is 90 (35.55% from 255 or 19.44% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 189 - color contains mainly: blue. Hex color #B85ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85ABD is #47A542. Grayscale: #818181. Windows color (decimal): -4695363 or 12409528. OLE color: 12409528.

HSL color Cylindrical-coordinate representation of color #B85ABD: hue angle of 296.97º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B85ABD is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18490189-
CMYK0.030.5200.26
HSL296.97º42.86%54.71%-
HSV(B)296.97º52.38%74.12%-
XYZ32.6121.1850.51-
YUV129.39161.64166.95-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.74%
GREEN value IS 90 (35.55% from 255) = 19.44%
BLUE value IS 189 (74.22% from 255) = 40.82%
R=39.74%
G=19.44%
B=40.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal184901890.030.5200.26296.9742.8654.71
HexB85ABD33401A1292b37
Octal2701322753640324515367
Binary1011100010110101011110111110100011010100101001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85ABD; }

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

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

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

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

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

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

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

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