Html Css Color HEX #B9077A Medium Violet Red

📋 copy color: '#B9077A'

red 185 ◦ green 7 ◦ blue 122

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

Shades of Medium Violet Red #B9077A

Tints of Medium Violet Red #B9077A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.23%

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

R = 58.92%
G = 2.23%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#B9077A (or 0xB9077A) is known color: Medium Violet Red. HEX triplet: B9, 07 and 7A. RGB value is (185,7,122). Sum of RGB (Red+Green+Blue) = 185+7+122=314 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.92% from 314); Green value is 7 (3.12% from 255 or 2.23% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 185 - color contains mainly: red. Hex color #B9077A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9077A is #46F885. Grayscale: #494949. Windows color (decimal): -4651142 or 7997369. OLE color: 7997369.

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

Color convert

RGB 185 7 122 -
CMYK 0 0.96 0.34 0.27
HSL 321.24º 0.93% 0.38% -
HSV(B) 321.24º 0.96% 0.73% -
XYZ 23.6 11.87 19.46 -
YUV 73.33 155.47 207.65 -
System Red Green Blue C M Y K H S L
Decimal 185 7 122 0 0.96 0.34 0.27 321.24 0.93 0.38
Hex B9 7 7A 0 60 22 1B 141 5D 26
Octal 271 7 172 0 140 42 33 501 135 46
Binary 10111001 111 1111010 0 1100000 100010 11011 101000001 1011101 100110

Color Harmonies of #B9077A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9077A

Black with #B9077A

Text Example


Text Example

White with #B9077A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9077A; }

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

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

background-color css

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

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

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

border-color css

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

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

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