#B06FBA

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

Shades of Fuchsia #B06FBA

Tints of Fuchsia #B06FBA

Color information

#B06FBA (or 0xB06FBA) is unknown color: approx Fuchsia. HEX triplet: B0, 6F and BA. RGB value is (176,111,186). Sum of RGB (Red+Green+Blue) = 176+111+186=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 111 (43.75% from 255 or 23.47% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 186 - color contains mainly: blue. Hex color #B06FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06FBA is #4F9045. Grayscale: #8A8A8A. Windows color (decimal): -5214278 or 12218288. OLE color: 12218288.

HSL color Cylindrical-coordinate representation of color #B06FBA: hue angle of 292º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B06FBA is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB176111186-
CMYK0.050.4000.27
HSL292º35.21%58.24%-
HSV(B)292º40.32%72.94%-
XYZ32.4524.1449.4-
YUV138.98154.53154.4-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.21%
GREEN value IS 111 (43.75% from 255) = 23.47%
BLUE value IS 186 (73.05% from 255) = 39.32%
R=37.21%
G=23.47%
B=39.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761111860.050.4000.2729235.2158.24
HexB06FBA52801B124233a
Octal2601572725500334444372
Binary10110000110111110111010101101000011011100100100100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06FBA; }

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

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

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

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

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

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

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

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