Html Css Color HEX #B66DAC Violet Blue

📋 copy color: '#B66DAC'

red 182 ◦ green 109 ◦ blue 172

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

Shades of Violet Blue #B66DAC

Tints of Violet Blue #B66DAC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.54%

 BLUE value IS 172 (67.58% from 255) = 37.15%

R = 39.31%
G = 23.54%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B66DAC (or 0xB66DAC) is known color: Violet Blue. HEX triplet: B6, 6D and AC. RGB value is (182,109,172). Sum of RGB (Red+Green+Blue) = 182+109+172=463 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.31% from 463); Green value is 109 (42.97% from 255 or 23.54% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 182 - color contains mainly: red. Hex color #B66DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66DAC is #499253. Grayscale: #898989. Windows color (decimal): -4821588 or 11300278. OLE color: 11300278.

HSL color Cylindrical-coordinate representation of color #B66DAC: hue angle of 308.22º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B66DAC is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 109 172 -
CMYK 0 0.40 0.05 0.29
HSL 308.22º 0.33% 0.57% -
HSV(B) 308.22º 0.4% 0.71% -
XYZ 32.21 23.86 41.94 -
YUV 138.01 147.18 159.38 -
System Red Green Blue C M Y K H S L
Decimal 182 109 172 0 0.40 0.05 0.29 308.22 0.33 0.57
Hex B6 6D AC 0 28 5 1D 134 21 39
Octal 266 155 254 0 50 5 35 464 41 71
Binary 10110110 1101101 10101100 0 101000 101 11101 100110100 100001 111001

Color Harmonies of #B66DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66DAC

Black with #B66DAC

Text Example


Text Example

White with #B66DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66DAC; }

 p { color: rgb(182,109,172); }

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

background-color css

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

 a { background-color: rgb(182,109,172); }

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

border-color css

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

 span { border-color: rgb(182,109,172); }

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