Html Css Color HEX #B9058F Medium Violet Red

📋 copy color: '#B9058F'

red 185 ◦ green 5 ◦ blue 143

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

Shades of Medium Violet Red #B9058F

Tints of Medium Violet Red #B9058F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 42.94%

R = 55.56%
G = 1.5%
B = 42.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#B9058F (or 0xB9058F) is known color: Medium Violet Red. HEX triplet: B9, 05 and 8F. RGB value is (185,5,143). Sum of RGB (Red+Green+Blue) = 185+5+143=333 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.56% from 333); Green value is 5 (2.34% from 255 or 1.50% from 333); Blue value is 143 (56.25% from 255 or 42.94% from 333); Max value from RGB is 185 - color contains mainly: red. Hex color #B9058F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9058F is #46FA70. Grayscale: #4A4A4A. Windows color (decimal): -4651633 or 9373113. OLE color: 9373113.

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

Color convert

RGB 185 5 143 -
CMYK 0 0.97 0.23 0.27
HSL 314º 0.95% 0.37% -
HSV(B) 314º 0.97% 0.73% -
XYZ 25.02 12.41 27.06 -
YUV 74.55 166.63 206.78 -
System Red Green Blue C M Y K H S L
Decimal 185 5 143 0 0.97 0.23 0.27 314 0.95 0.37
Hex B9 5 8F 0 61 17 1B 13A 5F 25
Octal 271 5 217 0 141 27 33 472 137 45
Binary 10111001 101 10001111 0 1100001 10111 11011 100111010 1011111 100101

Color Harmonies of #B9058F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9058F

Black with #B9058F

Text Example


Text Example

White with #B9058F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9058F; }

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

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

background-color css

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

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

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

border-color css

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

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

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