Html Css Color HEX #B66AAA Violet Blue

📋 copy color: '#B66AAA'

red 182 ◦ green 106 ◦ blue 170

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

Shades of Violet Blue #B66AAA

Tints of Violet Blue #B66AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.12%

R = 39.74%
G = 23.14%
B = 37.12%

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

#B66AAA (or 0xB66AAA) is known color: Violet Blue. HEX triplet: B6, 6A and AA. RGB value is (182,106,170). Sum of RGB (Red+Green+Blue) = 182+106+170=458 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.74% from 458); Green value is 106 (41.80% from 255 or 23.14% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 182 - color contains mainly: red. Hex color #B66AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66AAA is #499555. Grayscale: #878787. Windows color (decimal): -4822358 or 11168438. OLE color: 11168438.

HSL color Cylindrical-coordinate representation of color #B66AAA: hue angle of 309.47º 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 #B66AAA is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 106 170 -
CMYK 0 0.42 0.07 0.29
HSL 309.47º 0.34% 0.56% -
HSV(B) 309.47º 0.42% 0.71% -
XYZ 31.7 23.16 40.83 -
YUV 136.02 147.18 160.8 -
System Red Green Blue C M Y K H S L
Decimal 182 106 170 0 0.42 0.07 0.29 309.47 0.34 0.56
Hex B6 6A AA 0 2A 7 1D 135 22 38
Octal 266 152 252 0 52 7 35 465 42 70
Binary 10110110 1101010 10101010 0 101010 111 11101 100110101 100010 111000

Color Harmonies of #B66AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66AAA

Black with #B66AAA

Text Example


Text Example

White with #B66AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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