Html Css Color HEX #B9117A Medium Violet Red

📋 copy color: '#B9117A'

red 185 ◦ green 17 ◦ blue 122

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

Shades of Medium Violet Red #B9117A

Tints of Medium Violet Red #B9117A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.25%

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

R = 57.1%
G = 5.25%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#B9117A (or 0xB9117A) is known color: Medium Violet Red. HEX triplet: B9, 11 and 7A. RGB value is (185,17,122). Sum of RGB (Red+Green+Blue) = 185+17+122=324 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.10% from 324); Green value is 17 (7.03% from 255 or 5.25% from 324); Blue value is 122 (48.05% from 255 or 37.65% from 324); Max value from RGB is 185 - color contains mainly: red. Hex color #B9117A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9117A is #46EE85. Grayscale: #4E4E4E. Windows color (decimal): -4648582 or 7999929. OLE color: 7999929.

HSL color Cylindrical-coordinate representation of color #B9117A: hue angle of 322.5º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B9117A is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 17 122 -
CMYK 0 0.91 0.34 0.27
HSL 322.5º 0.83% 0.4% -
HSV(B) 322.5º 0.91% 0.73% -
XYZ 23.72 12.12 19.5 -
YUV 79.2 152.16 203.46 -
System Red Green Blue C M Y K H S L
Decimal 185 17 122 0 0.91 0.34 0.27 322.5 0.83 0.4
Hex B9 11 7A 0 5B 22 1B 142 53 28
Octal 271 21 172 0 133 42 33 502 123 50
Binary 10111001 10001 1111010 0 1011011 100010 11011 101000010 1010011 101000

Color Harmonies of #B9117A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9117A

Black with #B9117A

Text Example


Text Example

White with #B9117A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9117A; }

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

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

background-color css

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

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

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

border-color css

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

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

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