Html Css Color HEX #B159AD Violet Blue

📋 copy color: '#B159AD'

red 177 ◦ green 89 ◦ blue 173

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

Shades of Violet Blue #B159AD

Tints of Violet Blue #B159AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 39.41%

R = 40.32%
G = 20.27%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B159AD (or 0xB159AD) is known color: Violet Blue. HEX triplet: B1, 59 and AD. RGB value is (177,89,173). Sum of RGB (Red+Green+Blue) = 177+89+173=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 89 (35.16% from 255 or 20.27% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 177 - color contains mainly: red. Hex color #B159AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B159AD is #4EA652. Grayscale: #7C7C7C. Windows color (decimal): -5154387 or 11360689. OLE color: 11360689.

HSL color Cylindrical-coordinate representation of color #B159AD: hue angle of 302.73º 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 #B159AD is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 89 173 -
CMYK 0 0.50 0.02 0.31
HSL 302.73º 0.36% 0.52% -
HSV(B) 302.73º 0.5% 0.69% -
XYZ 29.25 19.51 41.76 -
YUV 124.89 155.15 165.17 -
System Red Green Blue C M Y K H S L
Decimal 177 89 173 0 0.50 0.02 0.31 302.73 0.36 0.52
Hex B1 59 AD 0 32 2 1F 12F 24 34
Octal 261 131 255 0 62 2 37 457 44 64
Binary 10110001 1011001 10101101 0 110010 10 11111 100101111 100100 110100

Color Harmonies of #B159AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B159AD

Black with #B159AD

Text Example


Text Example

White with #B159AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B159AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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