Html Css Color HEX #B9149D Medium Violet Red

📋 copy color: '#B9149D'

red 185 ◦ green 20 ◦ blue 157

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

Shades of Medium Violet Red #B9149D

Tints of Medium Violet Red #B9149D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.52%

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

R = 51.1%
G = 5.52%
B = 43.37%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#B9149D (or 0xB9149D) is known color: Medium Violet Red. HEX triplet: B9, 14 and 9D. RGB value is (185,20,157). Sum of RGB (Red+Green+Blue) = 185+20+157=362 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.10% from 362); Green value is 20 (8.20% from 255 or 5.52% from 362); Blue value is 157 (61.72% from 255 or 43.37% from 362); Max value from RGB is 185 - color contains mainly: red. Hex color #B9149D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9149D is #46EB62. Grayscale: #545454. Windows color (decimal): -4647779 or 10294457. OLE color: 10294457.

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

Color convert

RGB 185 20 157 -
CMYK 0 0.89 0.15 0.27
HSL 310.18º 0.8% 0.4% -
HSV(B) 310.18º 0.89% 0.73% -
XYZ 26.34 13.25 33.07 -
YUV 84.95 168.66 199.36 -
System Red Green Blue C M Y K H S L
Decimal 185 20 157 0 0.89 0.15 0.27 310.18 0.8 0.4
Hex B9 14 9D 0 59 F 1B 136 50 28
Octal 271 24 235 0 131 17 33 466 120 50
Binary 10111001 10100 10011101 0 1011001 1111 11011 100110110 1010000 101000

Color Harmonies of #B9149D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9149D

Black with #B9149D

Text Example


Text Example

White with #B9149D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9149D; }

 p { color: rgb(185,20,157); }

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

background-color css

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

 a { background-color: rgb(185,20,157); }

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

border-color css

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

 span { border-color: rgb(185,20,157); }

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