#B068A2

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

Shades of Violet Blue #B068A2

Tints of Violet Blue #B068A2

Color information

#B068A2 (or 0xB068A2) is unknown color: approx Violet Blue. HEX triplet: B0, 68 and A2. RGB value is (176,104,162). Sum of RGB (Red+Green+Blue) = 176+104+162=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 104 (41.02% from 255 or 23.53% from 442); Blue value is 162 (63.67% from 255 or 36.65% from 442); Max value from RGB is 176 - color contains mainly: red. Hex color #B068A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B068A2 is #4F975D. Grayscale: #838383. Windows color (decimal): -5216094 or 10643632. OLE color: 10643632.

HSL color Cylindrical-coordinate representation of color #B068A2: hue angle of 311.67º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B068A2 is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB176104162-
CMYK00.410.080.31
HSL311.67º31.3%54.9%-
HSV(B)311.67º40.91%69.02%-
XYZ29.3821.7436.83-
YUV132.14144.85159.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.82%
GREEN value IS 104 (41.02% from 255) = 23.53%
BLUE value IS 162 (63.67% from 255) = 36.65%
R=39.82%
G=23.53%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610416200.410.080.31311.6731.354.9
HexB068A202981F1381f37
Octal26015024205110374703767
Binary10110000110100010100010010100110001111110011100011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B068A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B068A2; }

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

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

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

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

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

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

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

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