#B05ABD

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

Shades of Fuchsia #B05ABD

Tints of Fuchsia #B05ABD

Color information

#B05ABD (or 0xB05ABD) is unknown color: approx Fuchsia. HEX triplet: B0, 5A and BD. RGB value is (176,90,189). Sum of RGB (Red+Green+Blue) = 176+90+189=455 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.68% from 455); Green value is 90 (35.55% from 255 or 19.78% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 189 - color contains mainly: blue. Hex color #B05ABD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05ABD is #4FA542. Grayscale: #7E7E7E. Windows color (decimal): -5219651 or 12409520. OLE color: 12409520.

HSL color Cylindrical-coordinate representation of color #B05ABD: hue angle of 292.12º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B05ABD is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17690189-
CMYK0.070.5200.26
HSL292.12º42.86%54.71%-
HSV(B)292.12º52.38%74.12%-
XYZ30.7520.2250.43-
YUV127162.99162.95-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.68%
GREEN value IS 90 (35.55% from 255) = 19.78%
BLUE value IS 189 (74.22% from 255) = 41.54%
R=38.68%
G=19.78%
B=41.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal176901890.070.5200.26292.1242.8654.71
HexB05ABD73401A1242b37
Octal2601322757640324445367
Binary10110000101101010111101111110100011010100100100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05ABD; }

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

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

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

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

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

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

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

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