#B85DAE

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

Shades of Fuchsia #B85DAE

Tints of Fuchsia #B85DAE

Color information

#B85DAE (or 0xB85DAE) is unknown color: approx Fuchsia. HEX triplet: B8, 5D and AE. RGB value is (184,93,174). Sum of RGB (Red+Green+Blue) = 184+93+174=451 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.80% from 451); Green value is 93 (36.72% from 255 or 20.62% from 451); Blue value is 174 (68.36% from 255 or 38.58% from 451); Max value from RGB is 184 - color contains mainly: red. Hex color #B85DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85DAE is #47A251. Grayscale: #818181. Windows color (decimal): -4694610 or 11427256. OLE color: 11427256.

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

Color convert

RGB18493174-
CMYK00.490.050.28
HSL306.59º39.06%54.31%-
HSV(B)306.59º49.46%72.16%-
XYZ31.3221.0842.46-
YUV129.44153.15166.91-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.80%
GREEN value IS 93 (36.72% from 255) = 20.62%
BLUE value IS 174 (68.36% from 255) = 38.58%
R=40.80%
G=20.62%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849317400.490.050.28306.5939.0654.31
HexB85DAE03151C1332736
Octal2701352560615344634766
Binary10111000101110110101110011000110111100100110011100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85DAE; }

 p { color: rgb(184,93,174); }

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

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

 a { background-color: rgb(184,93,174); }

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

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

 span { border-color: rgb(184,93,174); }

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