Html Css Color HEX #B9129A Medium Violet Red

📋 copy color: '#B9129A'

red 185 ◦ green 18 ◦ blue 154

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

Shades of Medium Violet Red #B9129A

Tints of Medium Violet Red #B9129A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.04%

 BLUE value IS 154 (60.55% from 255) = 43.14%

R = 51.82%
G = 5.04%
B = 43.14%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#B9129A (or 0xB9129A) is known color: Medium Violet Red. HEX triplet: B9, 12 and 9A. RGB value is (185,18,154). Sum of RGB (Red+Green+Blue) = 185+18+154=357 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.82% from 357); Green value is 18 (7.42% from 255 or 5.04% from 357); Blue value is 154 (60.55% from 255 or 43.14% from 357); Max value from RGB is 185 - color contains mainly: red. Hex color #B9129A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9129A is #46ED65. Grayscale: #535353. Windows color (decimal): -4648294 or 10097337. OLE color: 10097337.

HSL color Cylindrical-coordinate representation of color #B9129A: hue angle of 311.14º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B9129A is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 18 154 -
CMYK 0 0.90 0.17 0.27
HSL 311.14º 0.82% 0.4% -
HSV(B) 311.14º 0.9% 0.73% -
XYZ 26.06 13.08 31.72 -
YUV 83.44 167.83 200.44 -
System Red Green Blue C M Y K H S L
Decimal 185 18 154 0 0.90 0.17 0.27 311.14 0.82 0.4
Hex B9 12 9A 0 5A 11 1B 137 52 28
Octal 271 22 232 0 132 21 33 467 122 50
Binary 10111001 10010 10011010 0 1011010 10001 11011 100110111 1010010 101000

Color Harmonies of #B9129A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9129A

Black with #B9129A

Text Example


Text Example

White with #B9129A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9129A; }

 p { color: rgb(185,18,154); }

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

background-color css

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

 a { background-color: rgb(185,18,154); }

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

border-color css

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

 span { border-color: rgb(185,18,154); }

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