Html Css Color HEX #B66CAE Violet Blue

📋 copy color: '#B66CAE'

red 182 ◦ green 108 ◦ blue 174

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

Shades of Violet Blue #B66CAE

Tints of Violet Blue #B66CAE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.28%

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

R = 39.22%
G = 23.28%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B66CAE (or 0xB66CAE) is known color: Violet Blue. HEX triplet: B6, 6C and AE. RGB value is (182,108,174). Sum of RGB (Red+Green+Blue) = 182+108+174=464 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.22% from 464); Green value is 108 (42.58% from 255 or 23.28% from 464); Blue value is 174 (68.36% from 255 or 37.5% from 464); Max value from RGB is 182 - color contains mainly: red. Hex color #B66CAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66CAE is #499351. Grayscale: #898989. Windows color (decimal): -4821842 or 11431094. OLE color: 11431094.

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

Color convert

RGB 182 108 174 -
CMYK 0 0.41 0.04 0.29
HSL 306.49º 0.34% 0.57% -
HSV(B) 306.49º 0.41% 0.71% -
XYZ 32.29 23.73 42.92 -
YUV 137.65 148.52 159.63 -
System Red Green Blue C M Y K H S L
Decimal 182 108 174 0 0.41 0.04 0.29 306.49 0.34 0.57
Hex B6 6C AE 0 29 4 1D 132 22 39
Octal 266 154 256 0 51 4 35 462 42 71
Binary 10110110 1101100 10101110 0 101001 100 11101 100110010 100010 111001

Color Harmonies of #B66CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66CAE

Black with #B66CAE

Text Example


Text Example

White with #B66CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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