Html Css Color HEX #B9127D Medium Violet Red

📋 copy color: '#B9127D'

red 185 ◦ green 18 ◦ blue 125

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

Shades of Medium Violet Red #B9127D

Tints of Medium Violet Red #B9127D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 38.11%

R = 56.4%
G = 5.49%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#B9127D (or 0xB9127D) is known color: Medium Violet Red. HEX triplet: B9, 12 and 7D. RGB value is (185,18,125). Sum of RGB (Red+Green+Blue) = 185+18+125=328 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.40% from 328); Green value is 18 (7.42% from 255 or 5.49% from 328); Blue value is 125 (49.22% from 255 or 38.11% from 328); Max value from RGB is 185 - color contains mainly: red. Hex color #B9127D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9127D is #46ED82. Grayscale: #4F4F4F. Windows color (decimal): -4648323 or 8196793. OLE color: 8196793.

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

Color convert

RGB 185 18 125 -
CMYK 0 0.90 0.32 0.27
HSL 321.56º 0.82% 0.4% -
HSV(B) 321.56º 0.9% 0.73% -
XYZ 23.93 12.23 20.5 -
YUV 80.13 153.33 202.8 -
System Red Green Blue C M Y K H S L
Decimal 185 18 125 0 0.90 0.32 0.27 321.56 0.82 0.4
Hex B9 12 7D 0 5A 20 1B 142 52 28
Octal 271 22 175 0 132 40 33 502 122 50
Binary 10111001 10010 1111101 0 1011010 100000 11011 101000010 1010010 101000

Color Harmonies of #B9127D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9127D

Black with #B9127D

Text Example


Text Example

White with #B9127D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9127D; }

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

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

background-color css

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

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

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

border-color css

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

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

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