#B05ABE

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

Shades of Fuchsia #B05ABE

Tints of Fuchsia #B05ABE

Color information

#B05ABE (or 0xB05ABE) is unknown color: approx Fuchsia. HEX triplet: B0, 5A and BE. RGB value is (176,90,190). Sum of RGB (Red+Green+Blue) = 176+90+190=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 90 (35.55% from 255 or 19.74% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 190 - color contains mainly: blue. Hex color #B05ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05ABE is #4FA541. Grayscale: #7E7E7E. Windows color (decimal): -5219650 or 12475056. OLE color: 12475056.

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

Color convert

RGB17690190-
CMYK0.070.5300.25
HSL291.6º43.48%54.9%-
HSV(B)291.6º52.63%74.51%-
XYZ30.8520.2651-
YUV127.11163.49162.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.60%
GREEN value IS 90 (35.55% from 255) = 19.74%
BLUE value IS 190 (74.61% from 255) = 41.67%
R=38.60%
G=19.74%
B=41.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal176901900.070.5300.25291.643.4854.9
HexB05ABE7350191242b37
Octal2601322767650314445367
Binary10110000101101010111110111110101011001100100100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05ABE; }

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

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

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

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

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

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

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

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