Html Css Color HEX #B66AA9 Violet Blue

📋 copy color: '#B66AA9'

red 182 ◦ green 106 ◦ blue 169

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

Shades of Violet Blue #B66AA9

Tints of Violet Blue #B66AA9

RGB

 RED value IS 182 (71.48% from 255) = 39.82%

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

 BLUE value IS 169 (66.41% from 255) = 36.98%

R = 39.82%
G = 23.19%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B66AA9 (or 0xB66AA9) is known color: Violet Blue. HEX triplet: B6, 6A and A9. RGB value is (182,106,169). Sum of RGB (Red+Green+Blue) = 182+106+169=457 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.82% from 457); Green value is 106 (41.80% from 255 or 23.19% from 457); Blue value is 169 (66.41% from 255 or 36.98% from 457); Max value from RGB is 182 - color contains mainly: red. Hex color #B66AA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66AA9 is #499556. Grayscale: #878787. Windows color (decimal): -4822359 or 11102902. OLE color: 11102902.

HSL color Cylindrical-coordinate representation of color #B66AA9: hue angle of 310.26º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B66AA9 is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 106 169 -
CMYK 0 0.42 0.07 0.29
HSL 310.26º 0.34% 0.56% -
HSV(B) 310.26º 0.42% 0.71% -
XYZ 31.61 23.12 40.33 -
YUV 135.91 146.68 160.88 -
System Red Green Blue C M Y K H S L
Decimal 182 106 169 0 0.42 0.07 0.29 310.26 0.34 0.56
Hex B6 6A A9 0 2A 7 1D 136 22 38
Octal 266 152 251 0 52 7 35 466 42 70
Binary 10110110 1101010 10101001 0 101010 111 11101 100110110 100010 111000

Color Harmonies of #B66AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66AA9

Black with #B66AA9

Text Example


Text Example

White with #B66AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66AA9; }

 p { color: rgb(182,106,169); }

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

background-color css

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

 a { background-color: rgb(182,106,169); }

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

border-color css

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

 span { border-color: rgb(182,106,169); }

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