Html Css Color HEX #B9057A Medium Violet Red

📋 copy color: '#B9057A'

red 185 ◦ green 5 ◦ blue 122

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

Shades of Medium Violet Red #B9057A

Tints of Medium Violet Red #B9057A

RGB

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

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

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

R = 59.29%
G = 1.6%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#B9057A (or 0xB9057A) is known color: Medium Violet Red. HEX triplet: B9, 05 and 7A. RGB value is (185,5,122). Sum of RGB (Red+Green+Blue) = 185+5+122=312 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.29% from 312); Green value is 5 (2.34% from 255 or 1.60% from 312); Blue value is 122 (48.05% from 255 or 39.10% from 312); Max value from RGB is 185 - color contains mainly: red. Hex color #B9057A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9057A is #46FA85. Grayscale: #474747. Windows color (decimal): -4651654 or 7996857. OLE color: 7996857.

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

Color convert

RGB 185 5 122 -
CMYK 0 0.97 0.34 0.27
HSL 321º 0.95% 0.37% -
HSV(B) 321º 0.97% 0.73% -
XYZ 23.57 11.83 19.45 -
YUV 72.16 156.13 208.49 -
System Red Green Blue C M Y K H S L
Decimal 185 5 122 0 0.97 0.34 0.27 321 0.95 0.37
Hex B9 5 7A 0 61 22 1B 141 5F 25
Octal 271 5 172 0 141 42 33 501 137 45
Binary 10111001 101 1111010 0 1100001 100010 11011 101000001 1011111 100101

Color Harmonies of #B9057A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9057A

Black with #B9057A

Text Example


Text Example

White with #B9057A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9057A; }

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

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

background-color css

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

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

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

border-color css

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

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

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