Html Css Color HEX #B66FAE Violet Blue

📋 copy color: '#B66FAE'

red 182 ◦ green 111 ◦ blue 174

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

Shades of Violet Blue #B66FAE

Tints of Violet Blue #B66FAE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.77%

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

R = 38.97%
G = 23.77%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B66FAE (or 0xB66FAE) is known color: Violet Blue. HEX triplet: B6, 6F and AE. RGB value is (182,111,174). Sum of RGB (Red+Green+Blue) = 182+111+174=467 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.97% from 467); Green value is 111 (43.75% from 255 or 23.77% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 182 - color contains mainly: red. Hex color #B66FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66FAE is #499051. Grayscale: #8B8B8B. Windows color (decimal): -4821074 or 11431862. OLE color: 11431862.

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

Color convert

RGB 182 111 174 -
CMYK 0 0.39 0.04 0.29
HSL 306.76º 0.33% 0.57% -
HSV(B) 306.76º 0.39% 0.71% -
XYZ 32.62 24.37 43.03 -
YUV 139.41 147.52 158.38 -
System Red Green Blue C M Y K H S L
Decimal 182 111 174 0 0.39 0.04 0.29 306.76 0.33 0.57
Hex B6 6F AE 0 27 4 1D 133 21 39
Octal 266 157 256 0 47 4 35 463 41 71
Binary 10110110 1101111 10101110 0 100111 100 11101 100110011 100001 111001

Color Harmonies of #B66FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66FAE

Black with #B66FAE

Text Example


Text Example

White with #B66FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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