Html Css Color HEX #B90580 Medium Violet Red

📋 copy color: '#B90580'

red 185 ◦ green 5 ◦ blue 128

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

Shades of Medium Violet Red #B90580

Tints of Medium Violet Red #B90580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 40.25%

R = 58.18%
G = 1.57%
B = 40.25%

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

#B90580 (or 0xB90580) is known color: Medium Violet Red. HEX triplet: B9, 05 and 80. RGB value is (185,5,128). Sum of RGB (Red+Green+Blue) = 185+5+128=318 (42% of max value = 765). Red value is 185 (72.66% from 255 or 58.18% from 318); Green value is 5 (2.34% from 255 or 1.57% from 318); Blue value is 128 (50.39% from 255 or 40.25% from 318); Max value from RGB is 185 - color contains mainly: red. Hex color #B90580 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90580 is #46FA7F. Grayscale: #484848. Windows color (decimal): -4651648 or 8390073. OLE color: 8390073.

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

Color convert

RGB 185 5 128 -
CMYK 0 0.97 0.31 0.27
HSL 319º 0.95% 0.37% -
HSV(B) 319º 0.97% 0.73% -
XYZ 23.96 11.98 21.47 -
YUV 72.84 159.13 208 -
System Red Green Blue C M Y K H S L
Decimal 185 5 128 0 0.97 0.31 0.27 319 0.95 0.37
Hex B9 5 80 0 61 1F 1B 13F 5F 25
Octal 271 5 200 0 141 37 33 477 137 45
Binary 10111001 101 10000000 0 1100001 11111 11011 100111111 1011111 100101

Color Harmonies of #B90580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90580

Black with #B90580

Text Example


Text Example

White with #B90580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90580; }

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

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

background-color css

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

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

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

border-color css

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

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

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