Html Css Color HEX #B9149C Medium Violet Red

📋 copy color: '#B9149C'

red 185 ◦ green 20 ◦ blue 156

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

Shades of Medium Violet Red #B9149C

Tints of Medium Violet Red #B9149C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 43.21%

R = 51.25%
G = 5.54%
B = 43.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#B9149C (or 0xB9149C) is known color: Medium Violet Red. HEX triplet: B9, 14 and 9C. RGB value is (185,20,156). Sum of RGB (Red+Green+Blue) = 185+20+156=361 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.25% from 361); Green value is 20 (8.20% from 255 or 5.54% from 361); Blue value is 156 (61.33% from 255 or 43.21% from 361); Max value from RGB is 185 - color contains mainly: red. Hex color #B9149C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9149C is #46EB63. Grayscale: #545454. Windows color (decimal): -4647780 or 10228921. OLE color: 10228921.

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

Color convert

RGB 185 20 156 -
CMYK 0 0.89 0.16 0.27
HSL 310.55º 0.8% 0.4% -
HSV(B) 310.55º 0.89% 0.73% -
XYZ 26.26 13.21 32.62 -
YUV 84.84 168.16 199.44 -
System Red Green Blue C M Y K H S L
Decimal 185 20 156 0 0.89 0.16 0.27 310.55 0.8 0.4
Hex B9 14 9C 0 59 10 1B 137 50 28
Octal 271 24 234 0 131 20 33 467 120 50
Binary 10111001 10100 10011100 0 1011001 10000 11011 100110111 1010000 101000

Color Harmonies of #B9149C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9149C

Black with #B9149C

Text Example


Text Example

White with #B9149C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9149C; }

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

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

background-color css

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

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

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

border-color css

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

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

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