#B06ABA

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

Shades of Fuchsia #B06ABA

Tints of Fuchsia #B06ABA

Color information

#B06ABA (or 0xB06ABA) is unknown color: approx Fuchsia. HEX triplet: B0, 6A and BA. RGB value is (176,106,186). Sum of RGB (Red+Green+Blue) = 176+106+186=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 106 (41.80% from 255 or 22.65% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 186 - color contains mainly: blue. Hex color #B06ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06ABA is #4F9545. Grayscale: #878787. Windows color (decimal): -5215558 or 12217008. OLE color: 12217008.

HSL color Cylindrical-coordinate representation of color #B06ABA: hue angle of 292.5º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B06ABA is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB176106186-
CMYK0.050.4300.27
HSL292.5º36.7%57.25%-
HSV(B)292.5º43.01%72.94%-
XYZ31.9223.0849.23-
YUV136.05156.19156.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.61%
GREEN value IS 106 (41.80% from 255) = 22.65%
BLUE value IS 186 (73.05% from 255) = 39.74%
R=37.61%
G=22.65%
B=39.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761061860.050.4300.27292.536.757.25
HexB06ABA52B01B1242539
Octal2601522725530334444571
Binary10110000110101010111010101101011011011100100100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06ABA; }

 p { color: rgb(176,106,186); }

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

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

 a { background-color: rgb(176,106,186); }

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

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

 span { border-color: rgb(176,106,186); }

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