Html Css Color HEX #B9077E Medium Violet Red

📋 copy color: '#B9077E'

red 185 ◦ green 7 ◦ blue 126

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

Shades of Medium Violet Red #B9077E

Tints of Medium Violet Red #B9077E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 39.62%

R = 58.18%
G = 2.2%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#B9077E (or 0xB9077E) is known color: Medium Violet Red. HEX triplet: B9, 07 and 7E. RGB value is (185,7,126). Sum of RGB (Red+Green+Blue) = 185+7+126=318 (42% of max value = 765). Red value is 185 (72.66% from 255 or 58.18% from 318); Green value is 7 (3.12% from 255 or 2.20% from 318); Blue value is 126 (49.61% from 255 or 39.62% from 318); Max value from RGB is 185 - color contains mainly: red. Hex color #B9077E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9077E is #46F881. Grayscale: #494949. Windows color (decimal): -4651138 or 8259513. OLE color: 8259513.

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

Color convert

RGB 185 7 126 -
CMYK 0 0.96 0.32 0.27
HSL 319.89º 0.93% 0.38% -
HSV(B) 319.89º 0.96% 0.73% -
XYZ 23.85 11.97 20.79 -
YUV 73.79 157.47 207.32 -
System Red Green Blue C M Y K H S L
Decimal 185 7 126 0 0.96 0.32 0.27 319.89 0.93 0.38
Hex B9 7 7E 0 60 20 1B 140 5D 26
Octal 271 7 176 0 140 40 33 500 135 46
Binary 10111001 111 1111110 0 1100000 100000 11011 101000000 1011101 100110

Color Harmonies of #B9077E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9077E

Black with #B9077E

Text Example


Text Example

White with #B9077E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9077E; }

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

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

background-color css

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

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

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

border-color css

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

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

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