#B85ABF

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

Shades of Fuchsia #B85ABF

Tints of Fuchsia #B85ABF

Color information

#B85ABF (or 0xB85ABF) is unknown color: approx Fuchsia. HEX triplet: B8, 5A and BF. RGB value is (184,90,191). Sum of RGB (Red+Green+Blue) = 184+90+191=465 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.57% from 465); Green value is 90 (35.55% from 255 or 19.35% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 191 - color contains mainly: blue. Hex color #B85ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85ABF is #47A540. Grayscale: #818181. Windows color (decimal): -4695361 or 12540600. OLE color: 12540600.

HSL color Cylindrical-coordinate representation of color #B85ABF: hue angle of 295.84º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B85ABF is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18490191-
CMYK0.040.5300.25
HSL295.84º44.1%55.1%-
HSV(B)295.84º52.88%74.9%-
XYZ32.8321.2651.66-
YUV129.62162.64166.79-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.57%
GREEN value IS 90 (35.55% from 255) = 19.35%
BLUE value IS 191 (75% from 255) = 41.08%
R=39.57%
G=19.35%
B=41.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal184901910.040.5300.25295.8444.155.1
HexB85ABF4350191282c37
Octal2701322774650314505467
Binary10111000101101010111111100110101011001100101000101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85ABF; }

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

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

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

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

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

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

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

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