Html Css Color HEX #B9057F Medium Violet Red

📋 copy color: '#B9057F'

red 185 ◦ green 5 ◦ blue 127

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

Shades of Medium Violet Red #B9057F

Tints of Medium Violet Red #B9057F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 40.06%

R = 58.36%
G = 1.58%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#B9057F (or 0xB9057F) is known color: Medium Violet Red. HEX triplet: B9, 05 and 7F. RGB value is (185,5,127). Sum of RGB (Red+Green+Blue) = 185+5+127=317 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.36% from 317); Green value is 5 (2.34% from 255 or 1.58% from 317); Blue value is 127 (50% from 255 or 40.06% from 317); Max value from RGB is 185 - color contains mainly: red. Hex color #B9057F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9057F is #46FA80. Grayscale: #484848. Windows color (decimal): -4651649 or 8324537. OLE color: 8324537.

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

Color convert

RGB 185 5 127 -
CMYK 0 0.97 0.31 0.27
HSL 319.33º 0.95% 0.37% -
HSV(B) 319.33º 0.97% 0.73% -
XYZ 23.89 11.96 21.13 -
YUV 72.73 158.63 208.08 -
System Red Green Blue C M Y K H S L
Decimal 185 5 127 0 0.97 0.31 0.27 319.33 0.95 0.37
Hex B9 5 7F 0 61 1F 1B 13F 5F 25
Octal 271 5 177 0 141 37 33 477 137 45
Binary 10111001 101 1111111 0 1100001 11111 11011 100111111 1011111 100101

Color Harmonies of #B9057F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9057F

Black with #B9057F

Text Example


Text Example

White with #B9057F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9057F; }

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

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

background-color css

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

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

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

border-color css

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

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

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