Html Css Color HEX #B9127C Medium Violet Red

📋 copy color: '#B9127C'

red 185 ◦ green 18 ◦ blue 124

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

Shades of Medium Violet Red #B9127C

Tints of Medium Violet Red #B9127C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 37.92%

R = 56.57%
G = 5.5%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#B9127C (or 0xB9127C) is known color: Medium Violet Red. HEX triplet: B9, 12 and 7C. RGB value is (185,18,124). Sum of RGB (Red+Green+Blue) = 185+18+124=327 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.57% from 327); Green value is 18 (7.42% from 255 or 5.50% from 327); Blue value is 124 (48.83% from 255 or 37.92% from 327); Max value from RGB is 185 - color contains mainly: red. Hex color #B9127C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9127C is #46ED83. Grayscale: #4F4F4F. Windows color (decimal): -4648324 or 8131257. OLE color: 8131257.

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

Color convert

RGB 185 18 124 -
CMYK 0 0.90 0.33 0.27
HSL 321.92º 0.82% 0.4% -
HSV(B) 321.92º 0.9% 0.73% -
XYZ 23.86 12.2 20.17 -
YUV 80.02 152.83 202.88 -
System Red Green Blue C M Y K H S L
Decimal 185 18 124 0 0.90 0.33 0.27 321.92 0.82 0.4
Hex B9 12 7C 0 5A 21 1B 142 52 28
Octal 271 22 174 0 132 41 33 502 122 50
Binary 10111001 10010 1111100 0 1011010 100001 11011 101000010 1010010 101000

Color Harmonies of #B9127C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9127C

Black with #B9127C

Text Example


Text Example

White with #B9127C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9127C; }

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

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

background-color css

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

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

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

border-color css

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

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

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