Html Css Color HEX #B16EAA Violet Blue

📋 copy color: '#B16EAA'

red 177 ◦ green 110 ◦ blue 170

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

Shades of Violet Blue #B16EAA

Tints of Violet Blue #B16EAA

RGB

 RED value IS 177 (69.53% from 255) = 38.73%

 GREEN value IS 110 (43.36% from 255) = 24.07%

 BLUE value IS 170 (66.8% from 255) = 37.2%

R = 38.73%
G = 24.07%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#B16EAA (or 0xB16EAA) is known color: Violet Blue. HEX triplet: B1, 6E and AA. RGB value is (177,110,170). Sum of RGB (Red+Green+Blue) = 177+110+170=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 110 (43.36% from 255 or 24.07% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 177 - color contains mainly: red. Hex color #B16EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16EAA is #4E9155. Grayscale: #888888. Windows color (decimal): -5149014 or 11169457. OLE color: 11169457.

HSL color Cylindrical-coordinate representation of color #B16EAA: hue angle of 306.27º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B16EAA is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 110 170 -
CMYK 0 0.38 0.04 0.31
HSL 306.27º 0.3% 0.56% -
HSV(B) 306.27º 0.38% 0.69% -
XYZ 30.96 23.4 40.92 -
YUV 136.87 146.7 156.62 -
System Red Green Blue C M Y K H S L
Decimal 177 110 170 0 0.38 0.04 0.31 306.27 0.3 0.56
Hex B1 6E AA 0 26 4 1F 132 1E 38
Octal 261 156 252 0 46 4 37 462 36 70
Binary 10110001 1101110 10101010 0 100110 100 11111 100110010 11110 111000

Color Harmonies of #B16EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16EAA

Black with #B16EAA

Text Example


Text Example

White with #B16EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16EAA; }

 p { color: rgb(177,110,170); }

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

background-color css

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

 a { background-color: rgb(177,110,170); }

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

border-color css

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

 span { border-color: rgb(177,110,170); }

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