Html Css Color HEX #B1159D Medium Violet Red

📋 copy color: '#B1159D'

red 177 ◦ green 21 ◦ blue 157

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

Shades of Medium Violet Red #B1159D

Tints of Medium Violet Red #B1159D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.92%

 BLUE value IS 157 (61.72% from 255) = 44.23%

R = 49.86%
G = 5.92%
B = 44.23%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B1159D (or 0xB1159D) is known color: Medium Violet Red. HEX triplet: B1, 15 and 9D. RGB value is (177,21,157). Sum of RGB (Red+Green+Blue) = 177+21+157=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 21 (8.59% from 255 or 5.92% from 355); Blue value is 157 (61.72% from 255 or 44.23% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B1159D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1159D is #4EEA62. Grayscale: #525252. Windows color (decimal): -5171811 or 10294705. OLE color: 10294705.

HSL color Cylindrical-coordinate representation of color #B1159D: hue angle of 307.69º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B1159D is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 21 157 -
CMYK 0 0.88 0.11 0.31
HSL 307.69º 0.79% 0.39% -
HSV(B) 307.69º 0.88% 0.69% -
XYZ 24.49 12.32 32.99 -
YUV 83.15 169.68 194.94 -
System Red Green Blue C M Y K H S L
Decimal 177 21 157 0 0.88 0.11 0.31 307.69 0.79 0.39
Hex B1 15 9D 0 58 B 1F 134 4F 27
Octal 261 25 235 0 130 13 37 464 117 47
Binary 10110001 10101 10011101 0 1011000 1011 11111 100110100 1001111 100111

Color Harmonies of #B1159D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1159D

Black with #B1159D

Text Example


Text Example

White with #B1159D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1159D; }

 p { color: rgb(177,21,157); }

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

background-color css

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

 a { background-color: rgb(177,21,157); }

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

border-color css

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

 span { border-color: rgb(177,21,157); }

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