#B069A2

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

Shades of Violet Blue #B069A2

Tints of Violet Blue #B069A2

Color information

#B069A2 (or 0xB069A2) is unknown color: approx Violet Blue. HEX triplet: B0, 69 and A2. RGB value is (176,105,162). Sum of RGB (Red+Green+Blue) = 176+105+162=443 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.73% from 443); Green value is 105 (41.41% from 255 or 23.70% from 443); Blue value is 162 (63.67% from 255 or 36.57% from 443); Max value from RGB is 176 - color contains mainly: red. Hex color #B069A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B069A2 is #4F965D. Grayscale: #848484. Windows color (decimal): -5215838 or 10643888. OLE color: 10643888.

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

Color convert

RGB176105162-
CMYK00.400.080.31
HSL311.83º31%55.1%-
HSV(B)311.83º40.34%69.02%-
XYZ29.4821.9436.86-
YUV132.73144.52158.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.73%
GREEN value IS 105 (41.41% from 255) = 23.70%
BLUE value IS 162 (63.67% from 255) = 36.57%
R=39.73%
G=23.70%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610516200.400.080.31311.833155.1
HexB069A202881F1381f37
Octal26015124205010374703767
Binary10110000110100110100010010100010001111110011100011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B069A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B069A2; }

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

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

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

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

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

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

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

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