Html Css Color HEX #B90080 Medium Violet Red

📋 copy color: '#B90080'

red 185 ◦ green 0 ◦ blue 128

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

Shades of Medium Violet Red #B90080

Tints of Medium Violet Red #B90080

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 59.11%
G = 0%
B = 40.89%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#B90080 (or 0xB90080) is known color: Medium Violet Red. HEX triplet: B9, 00 and 80. RGB value is (185,0,128). Sum of RGB (Red+Green+Blue) = 185+0+128=313 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.11% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 128 (50.39% from 255 or 40.89% from 313); Max value from RGB is 185 - color contains mainly: red. Hex color #B90080 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90080 is #46FF7F. Grayscale: #454545. Windows color (decimal): -4652928 or 8388793. OLE color: 8388793.

HSL color Cylindrical-coordinate representation of color #B90080: hue angle of 318.49º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B90080 is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 0 128 -
CMYK 0 1 0.31 0.27
HSL 318.49º 1% 0.36% -
HSV(B) 318.49º 1% 0.73% -
XYZ 23.9 11.87 21.45 -
YUV 69.91 160.79 210.09 -
System Red Green Blue C M Y K H S L
Decimal 185 0 128 0 1 0.31 0.27 318.49 1 0.36
Hex B9 0 80 0 64 1F 1B 13E 64 24
Octal 271 0 200 0 144 37 33 476 144 44
Binary 10111001 0 10000000 0 1100100 11111 11011 100111110 1100100 100100

Color Harmonies of #B90080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90080

Black with #B90080

Text Example


Text Example

White with #B90080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90080; }

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

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

background-color css

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

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

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

border-color css

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

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

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