Html Css Color HEX #B666AA Violet Blue

📋 copy color: '#B666AA'

red 182 ◦ green 102 ◦ blue 170

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

Shades of Violet Blue #B666AA

Tints of Violet Blue #B666AA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.47%

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

R = 40.09%
G = 22.47%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B666AA (or 0xB666AA) is known color: Violet Blue. HEX triplet: B6, 66 and AA. RGB value is (182,102,170). Sum of RGB (Red+Green+Blue) = 182+102+170=454 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.09% from 454); Green value is 102 (40.23% from 255 or 22.47% from 454); Blue value is 170 (66.80% from 255 or 37.44% from 454); Max value from RGB is 182 - color contains mainly: red. Hex color #B666AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B666AA is #499955. Grayscale: #858585. Windows color (decimal): -4823382 or 11167414. OLE color: 11167414.

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

Color convert

RGB 182 102 170 -
CMYK 0 0.44 0.07 0.29
HSL 309º 0.35% 0.56% -
HSV(B) 309º 0.44% 0.71% -
XYZ 31.3 22.35 40.69 -
YUV 133.67 148.5 162.47 -
System Red Green Blue C M Y K H S L
Decimal 182 102 170 0 0.44 0.07 0.29 309 0.35 0.56
Hex B6 66 AA 0 2C 7 1D 135 23 38
Octal 266 146 252 0 54 7 35 465 43 70
Binary 10110110 1100110 10101010 0 101100 111 11101 100110101 100011 111000

Color Harmonies of #B666AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B666AA

Black with #B666AA

Text Example


Text Example

White with #B666AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B666AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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