Html Css Color HEX #B9127A Medium Violet Red

📋 copy color: '#B9127A'

red 185 ◦ green 18 ◦ blue 122

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

Shades of Medium Violet Red #B9127A

Tints of Medium Violet Red #B9127A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 37.54%

R = 56.92%
G = 5.54%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#B9127A (or 0xB9127A) is known color: Medium Violet Red. HEX triplet: B9, 12 and 7A. RGB value is (185,18,122). Sum of RGB (Red+Green+Blue) = 185+18+122=325 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.92% from 325); Green value is 18 (7.42% from 255 or 5.54% from 325); Blue value is 122 (48.05% from 255 or 37.54% from 325); Max value from RGB is 185 - color contains mainly: red. Hex color #B9127A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9127A is #46ED85. Grayscale: #4F4F4F. Windows color (decimal): -4648326 or 8000185. OLE color: 8000185.

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

Color convert

RGB 185 18 122 -
CMYK 0 0.90 0.34 0.27
HSL 322.63º 0.82% 0.4% -
HSV(B) 322.63º 0.9% 0.73% -
XYZ 23.74 12.15 19.51 -
YUV 79.79 151.83 203.04 -
System Red Green Blue C M Y K H S L
Decimal 185 18 122 0 0.90 0.34 0.27 322.63 0.82 0.4
Hex B9 12 7A 0 5A 22 1B 143 52 28
Octal 271 22 172 0 132 42 33 503 122 50
Binary 10111001 10010 1111010 0 1011010 100010 11011 101000011 1010010 101000

Color Harmonies of #B9127A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9127A

Black with #B9127A

Text Example


Text Example

White with #B9127A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9127A; }

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

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

background-color css

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

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

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

border-color css

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

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

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