#B05ABF

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

Shades of Fuchsia #B05ABF

Tints of Fuchsia #B05ABF

Color information

#B05ABF (or 0xB05ABF) is unknown color: approx Fuchsia. HEX triplet: B0, 5A and BF. RGB value is (176,90,191). Sum of RGB (Red+Green+Blue) = 176+90+191=457 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.51% from 457); Green value is 90 (35.55% from 255 or 19.69% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 191 - color contains mainly: blue. Hex color #B05ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05ABF is #4FA540. Grayscale: #7E7E7E. Windows color (decimal): -5219649 or 12540592. OLE color: 12540592.

HSL color Cylindrical-coordinate representation of color #B05ABF: hue angle of 291.09º 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 #B05ABF is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17690191-
CMYK0.080.5300.25
HSL291.09º44.1%55.1%-
HSV(B)291.09º52.88%74.9%-
XYZ30.9620.351.58-
YUV127.23163.99162.79-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.51%
GREEN value IS 90 (35.55% from 255) = 19.69%
BLUE value IS 191 (75% from 255) = 41.79%
R=38.51%
G=19.69%
B=41.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal176901910.080.5300.25291.0944.155.1
HexB05ABF8350191232c37
Octal26013227710650314435467
Binary101100001011010101111111000110101011001100100011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05ABF; }

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

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

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

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

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

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

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

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