#B85ABB

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

Shades of Fuchsia #B85ABB

Tints of Fuchsia #B85ABB

Color information

#B85ABB (or 0xB85ABB) is unknown color: approx Fuchsia. HEX triplet: B8, 5A and BB. RGB value is (184,90,187). Sum of RGB (Red+Green+Blue) = 184+90+187=461 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.91% from 461); Green value is 90 (35.55% from 255 or 19.52% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 187 - color contains mainly: blue. Hex color #B85ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85ABB is #47A544. Grayscale: #808080. Windows color (decimal): -4695365 or 12278456. OLE color: 12278456.

HSL color Cylindrical-coordinate representation of color #B85ABB: hue angle of 298.14º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B85ABB is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18490187-
CMYK0.020.5200.27
HSL298.14º41.63%54.31%-
HSV(B)298.14º51.87%73.33%-
XYZ32.3921.0949.38-
YUV129.16160.64167.11-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.91%
GREEN value IS 90 (35.55% from 255) = 19.52%
BLUE value IS 187 (73.44% from 255) = 40.56%
R=39.91%
G=19.52%
B=40.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal184901870.020.5200.27298.1441.6354.31
HexB85ABB23401B12a2a36
Octal2701322732640334525266
Binary1011100010110101011101110110100011011100101010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85ABB; }

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

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

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

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

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

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

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

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