#B068BA

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

Shades of Fuchsia #B068BA

Tints of Fuchsia #B068BA

Color information

#B068BA (or 0xB068BA) is unknown color: approx Fuchsia. HEX triplet: B0, 68 and BA. RGB value is (176,104,186). Sum of RGB (Red+Green+Blue) = 176+104+186=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 104 (41.02% from 255 or 22.32% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #B068BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B068BA is #4F9745. Grayscale: #868686. Windows color (decimal): -5216070 or 12216496. OLE color: 12216496.

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

Color convert

RGB176104186-
CMYK0.050.4400.27
HSL292.68º37.27%56.86%-
HSV(B)292.68º44.09%72.94%-
XYZ31.7222.6849.16-
YUV134.88156.85157.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.77%
GREEN value IS 104 (41.02% from 255) = 22.32%
BLUE value IS 186 (73.05% from 255) = 39.91%
R=37.77%
G=22.32%
B=39.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761041860.050.4400.27292.6837.2756.86
HexB068BA52C01B1252539
Octal2601502725540334454571
Binary10110000110100010111010101101100011011100100101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B068BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B068BA; }

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

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

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

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

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

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

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

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