#B06CB6

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

Shades of Fuchsia #B06CB6

Tints of Fuchsia #B06CB6

Color information

#B06CB6 (or 0xB06CB6) is unknown color: approx Fuchsia. HEX triplet: B0, 6C and B6. RGB value is (176,108,182). Sum of RGB (Red+Green+Blue) = 176+108+182=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 108 (42.58% from 255 or 23.18% from 466); Blue value is 182 (71.48% from 255 or 39.06% from 466); Max value from RGB is 182 - color contains mainly: blue. Hex color #B06CB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06CB6 is #4F9349. Grayscale: #888888. Windows color (decimal): -5215050 or 11955376. OLE color: 11955376.

HSL color Cylindrical-coordinate representation of color #B06CB6: hue angle of 295.14º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B06CB6 is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB176108182-
CMYK0.030.4100.29
HSL295.14º33.64%56.86%-
HSV(B)295.14º40.66%71.37%-
XYZ31.7123.3347.09-
YUV136.77153.53155.98-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.77%
GREEN value IS 108 (42.58% from 255) = 23.18%
BLUE value IS 182 (71.48% from 255) = 39.06%
R=37.77%
G=23.18%
B=39.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1761081820.030.4100.29295.1433.6456.86
HexB06CB632901D1272239
Octal2601542663510354474271
Binary1011000011011001011011011101001011101100100111100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06CB6; }

 p { color: rgb(176,108,182); }

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

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

 a { background-color: rgb(176,108,182); }

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

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

 span { border-color: rgb(176,108,182); }

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