#B06BBA

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

Shades of Fuchsia #B06BBA

Tints of Fuchsia #B06BBA

Color information

#B06BBA (or 0xB06BBA) is unknown color: approx Fuchsia. HEX triplet: B0, 6B and BA. RGB value is (176,107,186). Sum of RGB (Red+Green+Blue) = 176+107+186=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 107 (42.19% from 255 or 22.81% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 186 - color contains mainly: blue. Hex color #B06BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06BBA is #4F9445. Grayscale: #888888. Windows color (decimal): -5215302 or 12217264. OLE color: 12217264.

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

Color convert

RGB176107186-
CMYK0.050.4200.27
HSL292.41º36.41%57.45%-
HSV(B)292.41º42.47%72.94%-
XYZ32.0323.2949.26-
YUV136.64155.86156.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.53%
GREEN value IS 107 (42.19% from 255) = 22.81%
BLUE value IS 186 (73.05% from 255) = 39.66%
R=37.53%
G=22.81%
B=39.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761071860.050.4200.27292.4136.4157.45
HexB06BBA52A01B1242439
Octal2601532725520334444471
Binary10110000110101110111010101101010011011100100100100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06BBA; }

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

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

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

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

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

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

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

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