Html Css Color HEX #B164AB Violet Blue

📋 copy color: '#B164AB'

red 177 ◦ green 100 ◦ blue 171

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

Shades of Violet Blue #B164AB

Tints of Violet Blue #B164AB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.32%

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

R = 39.51%
G = 22.32%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B164AB (or 0xB164AB) is known color: Violet Blue. HEX triplet: B1, 64 and AB. RGB value is (177,100,171). Sum of RGB (Red+Green+Blue) = 177+100+171=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 100 (39.45% from 255 or 22.32% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 177 - color contains mainly: red. Hex color #B164AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B164AB is #4E9B54. Grayscale: #828282. Windows color (decimal): -5151573 or 11232433. OLE color: 11232433.

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

Color convert

RGB 177 100 171 -
CMYK 0 0.44 0.03 0.31
HSL 304.68º 0.33% 0.54% -
HSV(B) 304.68º 0.44% 0.69% -
XYZ 30.04 21.4 41.08 -
YUV 131.12 150.51 160.73 -
System Red Green Blue C M Y K H S L
Decimal 177 100 171 0 0.44 0.03 0.31 304.68 0.33 0.54
Hex B1 64 AB 0 2C 3 1F 131 21 36
Octal 261 144 253 0 54 3 37 461 41 66
Binary 10110001 1100100 10101011 0 101100 11 11111 100110001 100001 110110

Color Harmonies of #B164AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B164AB

Black with #B164AB

Text Example


Text Example

White with #B164AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B164AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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