Html Css Color HEX #B66DAE Violet Blue

📋 copy color: '#B66DAE'

red 182 ◦ green 109 ◦ blue 174

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

Shades of Violet Blue #B66DAE

Tints of Violet Blue #B66DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 37.42%

R = 39.14%
G = 23.44%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B66DAE (or 0xB66DAE) is known color: Violet Blue. HEX triplet: B6, 6D and AE. RGB value is (182,109,174). Sum of RGB (Red+Green+Blue) = 182+109+174=465 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.14% from 465); Green value is 109 (42.97% from 255 or 23.44% from 465); Blue value is 174 (68.36% from 255 or 37.42% from 465); Max value from RGB is 182 - color contains mainly: red. Hex color #B66DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66DAE is #499251. Grayscale: #8A8A8A. Windows color (decimal): -4821586 or 11431350. OLE color: 11431350.

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

Color convert

RGB 182 109 174 -
CMYK 0 0.40 0.04 0.29
HSL 306.58º 0.33% 0.57% -
HSV(B) 306.58º 0.4% 0.71% -
XYZ 32.4 23.94 42.96 -
YUV 138.24 148.18 159.21 -
System Red Green Blue C M Y K H S L
Decimal 182 109 174 0 0.40 0.04 0.29 306.58 0.33 0.57
Hex B6 6D AE 0 28 4 1D 133 21 39
Octal 266 155 256 0 50 4 35 463 41 71
Binary 10110110 1101101 10101110 0 101000 100 11101 100110011 100001 111001

Color Harmonies of #B66DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66DAE

Black with #B66DAE

Text Example


Text Example

White with #B66DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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