Html Css Color HEX #B9157D Medium Violet Red

📋 copy color: '#B9157D'

red 185 ◦ green 21 ◦ blue 125

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

Shades of Medium Violet Red #B9157D

Tints of Medium Violet Red #B9157D

RGB

 RED value IS 185 (72.66% from 255) = 55.89%

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

 BLUE value IS 125 (49.22% from 255) = 37.76%

R = 55.89%
G = 6.34%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#B9157D (or 0xB9157D) is known color: Medium Violet Red. HEX triplet: B9, 15 and 7D. RGB value is (185,21,125). Sum of RGB (Red+Green+Blue) = 185+21+125=331 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.89% from 331); Green value is 21 (8.59% from 255 or 6.34% from 331); Blue value is 125 (49.22% from 255 or 37.76% from 331); Max value from RGB is 185 - color contains mainly: red. Hex color #B9157D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9157D is #46EA82. Grayscale: #515151. Windows color (decimal): -4647555 or 8197561. OLE color: 8197561.

HSL color Cylindrical-coordinate representation of color #B9157D: hue angle of 321.95º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B9157D is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 21 125 -
CMYK 0 0.89 0.32 0.27
HSL 321.95º 0.8% 0.4% -
HSV(B) 321.95º 0.89% 0.73% -
XYZ 23.98 12.33 20.52 -
YUV 81.89 152.33 201.54 -
System Red Green Blue C M Y K H S L
Decimal 185 21 125 0 0.89 0.32 0.27 321.95 0.8 0.4
Hex B9 15 7D 0 59 20 1B 142 50 28
Octal 271 25 175 0 131 40 33 502 120 50
Binary 10111001 10101 1111101 0 1011001 100000 11011 101000010 1010000 101000

Color Harmonies of #B9157D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9157D

Black with #B9157D

Text Example


Text Example

White with #B9157D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9157D; }

 p { color: rgb(185,21,125); }

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

background-color css

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

 a { background-color: rgb(185,21,125); }

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

border-color css

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

 span { border-color: rgb(185,21,125); }

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