Html Css Color HEX #B66BA6 Violet Blue

📋 copy color: '#B66BA6'

red 182 ◦ green 107 ◦ blue 166

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

Shades of Violet Blue #B66BA6

Tints of Violet Blue #B66BA6

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.52%

 BLUE value IS 166 (65.23% from 255) = 36.48%

R = 40%
G = 23.52%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B66BA6 (or 0xB66BA6) is known color: Violet Blue. HEX triplet: B6, 6B and A6. RGB value is (182,107,166). Sum of RGB (Red+Green+Blue) = 182+107+166=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 107 (42.19% from 255 or 23.52% from 455); Blue value is 166 (65.23% from 255 or 36.48% from 455); Max value from RGB is 182 - color contains mainly: red. Hex color #B66BA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66BA6 is #499459. Grayscale: #878787. Windows color (decimal): -4822106 or 10906550. OLE color: 10906550.

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

Color convert

RGB 182 107 166 -
CMYK 0 0.41 0.09 0.29
HSL 312.8º 0.34% 0.57% -
HSV(B) 312.8º 0.41% 0.71% -
XYZ 31.43 23.21 38.9 -
YUV 136.15 144.85 160.7 -
System Red Green Blue C M Y K H S L
Decimal 182 107 166 0 0.41 0.09 0.29 312.8 0.34 0.57
Hex B6 6B A6 0 29 9 1D 139 22 39
Octal 266 153 246 0 51 11 35 471 42 71
Binary 10110110 1101011 10100110 0 101001 1001 11101 100111001 100010 111001

Color Harmonies of #B66BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66BA6

Black with #B66BA6

Text Example


Text Example

White with #B66BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66BA6; }

 p { color: rgb(182,107,166); }

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

background-color css

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

 a { background-color: rgb(182,107,166); }

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

border-color css

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

 span { border-color: rgb(182,107,166); }

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