Html Css Color HEX #B9158C Medium Violet Red

📋 copy color: '#B9158C'

red 185 ◦ green 21 ◦ blue 140

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

Shades of Medium Violet Red #B9158C

Tints of Medium Violet Red #B9158C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.46%

R = 53.47%
G = 6.07%
B = 40.46%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B9158C (or 0xB9158C) is known color: Medium Violet Red. HEX triplet: B9, 15 and 8C. RGB value is (185,21,140). Sum of RGB (Red+Green+Blue) = 185+21+140=346 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.47% from 346); Green value is 21 (8.59% from 255 or 6.07% from 346); Blue value is 140 (55.08% from 255 or 40.46% from 346); Max value from RGB is 185 - color contains mainly: red. Hex color #B9158C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9158C is #46EA73. Grayscale: #535353. Windows color (decimal): -4647540 or 9180601. OLE color: 9180601.

HSL color Cylindrical-coordinate representation of color #B9158C: hue angle of 316.46º 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 #B9158C is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 21 140 -
CMYK 0 0.89 0.24 0.27
HSL 316.46º 0.8% 0.4% -
HSV(B) 316.46º 0.89% 0.73% -
XYZ 25.01 12.74 25.95 -
YUV 83.6 159.83 200.32 -
System Red Green Blue C M Y K H S L
Decimal 185 21 140 0 0.89 0.24 0.27 316.46 0.8 0.4
Hex B9 15 8C 0 59 18 1B 13C 50 28
Octal 271 25 214 0 131 30 33 474 120 50
Binary 10111001 10101 10001100 0 1011001 11000 11011 100111100 1010000 101000

Color Harmonies of #B9158C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9158C

Black with #B9158C

Text Example


Text Example

White with #B9158C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9158C; }

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

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

background-color css

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

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

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

border-color css

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

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

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