Html Css Color HEX #B90D79 Medium Violet Red

📋 copy color: '#B90D79'

red 185 ◦ green 13 ◦ blue 121

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

Shades of Medium Violet Red #B90D79

Tints of Medium Violet Red #B90D79

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.08%

 BLUE value IS 121 (47.66% from 255) = 37.93%

R = 57.99%
G = 4.08%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#B90D79 (or 0xB90D79) is known color: Medium Violet Red. HEX triplet: B9, 0D and 79. RGB value is (185,13,121). Sum of RGB (Red+Green+Blue) = 185+13+121=319 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.99% from 319); Green value is 13 (5.47% from 255 or 4.08% from 319); Blue value is 121 (47.66% from 255 or 37.93% from 319); Max value from RGB is 185 - color contains mainly: red. Hex color #B90D79 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90D79 is #46F286. Grayscale: #4C4C4C. Windows color (decimal): -4649607 or 7933369. OLE color: 7933369.

HSL color Cylindrical-coordinate representation of color #B90D79: hue angle of 322.33º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B90D79 is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 13 121 -
CMYK 0 0.93 0.35 0.27
HSL 322.33º 0.87% 0.39% -
HSV(B) 322.33º 0.93% 0.73% -
XYZ 23.6 11.98 19.16 -
YUV 76.74 152.98 205.22 -
System Red Green Blue C M Y K H S L
Decimal 185 13 121 0 0.93 0.35 0.27 322.33 0.87 0.39
Hex B9 D 79 0 5D 23 1B 142 57 27
Octal 271 15 171 0 135 43 33 502 127 47
Binary 10111001 1101 1111001 0 1011101 100011 11011 101000010 1010111 100111

Color Harmonies of #B90D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90D79

Black with #B90D79

Text Example


Text Example

White with #B90D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90D79; }

 p { color: rgb(185,13,121); }

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

background-color css

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

 a { background-color: rgb(185,13,121); }

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

border-color css

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

 span { border-color: rgb(185,13,121); }

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