Html Css Color HEX #B159A1 Violet Blue

📋 copy color: '#B159A1'

red 177 ◦ green 89 ◦ blue 161

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

Shades of Violet Blue #B159A1

Tints of Violet Blue #B159A1

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.84%

 BLUE value IS 161 (63.28% from 255) = 37.7%

R = 41.45%
G = 20.84%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#B159A1 (or 0xB159A1) is known color: Violet Blue. HEX triplet: B1, 59 and A1. RGB value is (177,89,161). Sum of RGB (Red+Green+Blue) = 177+89+161=427 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.45% from 427); Green value is 89 (35.16% from 255 or 20.84% from 427); Blue value is 161 (63.28% from 255 or 37.70% from 427); Max value from RGB is 177 - color contains mainly: red. Hex color #B159A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B159A1 is #4EA65E. Grayscale: #7B7B7B. Windows color (decimal): -5154399 or 10574257. OLE color: 10574257.

HSL color Cylindrical-coordinate representation of color #B159A1: hue angle of 310.91º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B159A1 is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 89 161 -
CMYK 0 0.50 0.09 0.31
HSL 310.91º 0.36% 0.52% -
HSV(B) 310.91º 0.5% 0.69% -
XYZ 28.14 19.07 35.92 -
YUV 123.52 149.15 166.15 -
System Red Green Blue C M Y K H S L
Decimal 177 89 161 0 0.50 0.09 0.31 310.91 0.36 0.52
Hex B1 59 A1 0 32 9 1F 137 24 34
Octal 261 131 241 0 62 11 37 467 44 64
Binary 10110001 1011001 10100001 0 110010 1001 11111 100110111 100100 110100

Color Harmonies of #B159A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B159A1

Black with #B159A1

Text Example


Text Example

White with #B159A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B159A1; }

 p { color: rgb(177,89,161); }

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

background-color css

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

 a { background-color: rgb(177,89,161); }

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

border-color css

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

 span { border-color: rgb(177,89,161); }

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