Html Css Color HEX #B9057C Medium Violet Red

📋 copy color: '#B9057C'

red 185 ◦ green 5 ◦ blue 124

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

Shades of Medium Violet Red #B9057C

Tints of Medium Violet Red #B9057C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.59%

 BLUE value IS 124 (48.83% from 255) = 39.49%

R = 58.92%
G = 1.59%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#B9057C (or 0xB9057C) is known color: Medium Violet Red. HEX triplet: B9, 05 and 7C. RGB value is (185,5,124). Sum of RGB (Red+Green+Blue) = 185+5+124=314 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.92% from 314); Green value is 5 (2.34% from 255 or 1.59% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 185 - color contains mainly: red. Hex color #B9057C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9057C is #46FA83. Grayscale: #484848. Windows color (decimal): -4651652 or 8127929. OLE color: 8127929.

HSL color Cylindrical-coordinate representation of color #B9057C: hue angle of 320.33º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B9057C is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 5 124 -
CMYK 0 0.97 0.33 0.27
HSL 320.33º 0.95% 0.37% -
HSV(B) 320.33º 0.97% 0.73% -
XYZ 23.7 11.88 20.11 -
YUV 72.39 157.13 208.32 -
System Red Green Blue C M Y K H S L
Decimal 185 5 124 0 0.97 0.33 0.27 320.33 0.95 0.37
Hex B9 5 7C 0 61 21 1B 140 5F 25
Octal 271 5 174 0 141 41 33 500 137 45
Binary 10111001 101 1111100 0 1100001 100001 11011 101000000 1011111 100101

Color Harmonies of #B9057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9057C

Black with #B9057C

Text Example


Text Example

White with #B9057C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9057C; }

 p { color: rgb(185,5,124); }

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

background-color css

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

 a { background-color: rgb(185,5,124); }

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

border-color css

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

 span { border-color: rgb(185,5,124); }

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