Html Css Color HEX #B166AB Violet Blue

📋 copy color: '#B166AB'

red 177 ◦ green 102 ◦ blue 171

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

Shades of Violet Blue #B166AB

Tints of Violet Blue #B166AB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.67%

 BLUE value IS 171 (67.19% from 255) = 38%

R = 39.33%
G = 22.67%
B = 38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B166AB (or 0xB166AB) is known color: Violet Blue. HEX triplet: B1, 66 and AB. RGB value is (177,102,171). Sum of RGB (Red+Green+Blue) = 177+102+171=450 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.33% from 450); Green value is 102 (40.23% from 255 or 22.67% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 177 - color contains mainly: red. Hex color #B166AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B166AB is #4E9954. Grayscale: #848484. Windows color (decimal): -5151061 or 11232945. OLE color: 11232945.

HSL color Cylindrical-coordinate representation of color #B166AB: hue angle of 304.8º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B166AB is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 102 171 -
CMYK 0 0.42 0.03 0.31
HSL 304.8º 0.32% 0.55% -
HSV(B) 304.8º 0.42% 0.69% -
XYZ 30.23 21.79 41.14 -
YUV 132.29 149.85 159.89 -
System Red Green Blue C M Y K H S L
Decimal 177 102 171 0 0.42 0.03 0.31 304.8 0.32 0.55
Hex B1 66 AB 0 2A 3 1F 131 20 37
Octal 261 146 253 0 52 3 37 461 40 67
Binary 10110001 1100110 10101011 0 101010 11 11111 100110001 100000 110111

Color Harmonies of #B166AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B166AB

Black with #B166AB

Text Example


Text Example

White with #B166AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B166AB; }

 p { color: rgb(177,102,171); }

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

background-color css

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

 a { background-color: rgb(177,102,171); }

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

border-color css

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

 span { border-color: rgb(177,102,171); }

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