Html Css Color HEX #B06AA0 Violet Blue

📋 copy color: '#B06AA0'

red 176 ◦ green 106 ◦ blue 160

#B06AA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Blue #B06AA0

Tints of Violet Blue #B06AA0

RGB

 RED value IS 176 (69.14% from 255) = 39.82%

 GREEN value IS 106 (41.8% from 255) = 23.98%

 BLUE value IS 160 (62.89% from 255) = 36.2%

R = 39.82%
G = 23.98%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#B06AA0 (or 0xB06AA0) is known color: Violet Blue. HEX triplet: B0, 6A and A0. RGB value is (176,106,160). Sum of RGB (Red+Green+Blue) = 176+106+160=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 106 (41.80% from 255 or 23.98% from 442); Blue value is 160 (62.89% from 255 or 36.20% from 442); Max value from RGB is 176 - color contains mainly: red. Hex color #B06AA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06AA0 is #4F955F. Grayscale: #848484. Windows color (decimal): -5215584 or 10513072. OLE color: 10513072.

HSL color Cylindrical-coordinate representation of color #B06AA0: hue angle of 313.71º 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 #B06AA0 is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 106 160 -
CMYK 0 0.40 0.09 0.31
HSL 313.71º 0.31% 0.55% -
HSV(B) 313.71º 0.4% 0.69% -
XYZ 29.4 22.08 35.97 -
YUV 133.09 143.19 158.61 -
System Red Green Blue C M Y K H S L
Decimal 176 106 160 0 0.40 0.09 0.31 313.71 0.31 0.55
Hex B0 6A A0 0 28 9 1F 13A 1F 37
Octal 260 152 240 0 50 11 37 472 37 67
Binary 10110000 1101010 10100000 0 101000 1001 11111 100111010 11111 110111

Color Harmonies of #B06AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06AA0

Black with #B06AA0

Text Example


Text Example

White with #B06AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06AA0; }

 p { color: rgb(176,106,160); }

 H1.HeaderClassName
 {
   color: #B06AA0;
 }
 .AnyTagClassName
 {
   color: #B06AA0;
 }
</style>

background-color css

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

 a { background-color: rgb(176,106,160); }

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

border-color css

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

 span { border-color: rgb(176,106,160); }

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