#B06DA3

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

Shades of Violet Blue #B06DA3

Tints of Violet Blue #B06DA3

Color information

#B06DA3 (or 0xB06DA3) is unknown color: approx Violet Blue. HEX triplet: B0, 6D and A3. RGB value is (176,109,163). Sum of RGB (Red+Green+Blue) = 176+109+163=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 109 (42.97% from 255 or 24.33% from 448); Blue value is 163 (64.06% from 255 or 36.38% from 448); Max value from RGB is 176 - color contains mainly: red. Hex color #B06DA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06DA3 is #4F925C. Grayscale: #878787. Windows color (decimal): -5214813 or 10710448. OLE color: 10710448.

HSL color Cylindrical-coordinate representation of color #B06DA3: hue angle of 311.64º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B06DA3 is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB176109163-
CMYK00.380.070.31
HSL311.64º29.78%55.88%-
HSV(B)311.64º38.07%69.02%-
XYZ29.9822.8137.47-
YUV135.19143.7157.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.29%
GREEN value IS 109 (42.97% from 255) = 24.33%
BLUE value IS 163 (64.06% from 255) = 36.38%
R=39.29%
G=24.33%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610916300.380.070.31311.6429.7855.88
HexB06DA302671F1381e38
Octal2601552430467374703670
Binary1011000011011011010001101001101111111110011100011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06DA3; }

 p { color: rgb(176,109,163); }

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

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

 a { background-color: rgb(176,109,163); }

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

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

 span { border-color: rgb(176,109,163); }

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