Html Css Color HEX #B15999 Violet Blue

📋 copy color: '#B15999'

red 177 ◦ green 89 ◦ blue 153

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

Shades of Violet Blue #B15999

Tints of Violet Blue #B15999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 36.52%

R = 42.24%
G = 21.24%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B15999 (or 0xB15999) is known color: Violet Blue. HEX triplet: B1, 59 and 99. RGB value is (177,89,153). Sum of RGB (Red+Green+Blue) = 177+89+153=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 89 (35.16% from 255 or 21.24% from 419); Blue value is 153 (60.16% from 255 or 36.52% from 419); Max value from RGB is 177 - color contains mainly: red. Hex color #B15999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15999 is #4EA666. Grayscale: #7A7A7A. Windows color (decimal): -5154407 or 10049969. OLE color: 10049969.

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

Color convert

RGB 177 89 153 -
CMYK 0 0.50 0.14 0.31
HSL 316.36º 0.36% 0.52% -
HSV(B) 316.36º 0.5% 0.69% -
XYZ 27.45 18.79 32.32 -
YUV 122.61 145.15 166.8 -
System Red Green Blue C M Y K H S L
Decimal 177 89 153 0 0.50 0.14 0.31 316.36 0.36 0.52
Hex B1 59 99 0 32 E 1F 13C 24 34
Octal 261 131 231 0 62 16 37 474 44 64
Binary 10110001 1011001 10011001 0 110010 1110 11111 100111100 100100 110100

Color Harmonies of #B15999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15999

Black with #B15999

Text Example


Text Example

White with #B15999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15999; }

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

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

background-color css

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

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

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

border-color css

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

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

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