Html Css Color HEX #B90D73 Medium Violet Red

📋 copy color: '#B90D73'

red 185 ◦ green 13 ◦ blue 115

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

Shades of Medium Violet Red #B90D73

Tints of Medium Violet Red #B90D73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 36.74%

R = 59.11%
G = 4.15%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#B90D73 (or 0xB90D73) is known color: Medium Violet Red. HEX triplet: B9, 0D and 73. RGB value is (185,13,115). Sum of RGB (Red+Green+Blue) = 185+13+115=313 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.11% from 313); Green value is 13 (5.47% from 255 or 4.15% from 313); Blue value is 115 (45.31% from 255 or 36.74% from 313); Max value from RGB is 185 - color contains mainly: red. Hex color #B90D73 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90D73 is #46F28C. Grayscale: #4B4B4B. Windows color (decimal): -4649613 or 7540153. OLE color: 7540153.

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

Color convert

RGB 185 13 115 -
CMYK 0 0.93 0.38 0.27
HSL 324.42º 0.87% 0.39% -
HSV(B) 324.42º 0.93% 0.73% -
XYZ 23.25 11.84 17.28 -
YUV 76.06 149.98 205.71 -
System Red Green Blue C M Y K H S L
Decimal 185 13 115 0 0.93 0.38 0.27 324.42 0.87 0.39
Hex B9 D 73 0 5D 26 1B 144 57 27
Octal 271 15 163 0 135 46 33 504 127 47
Binary 10111001 1101 1110011 0 1011101 100110 11011 101000100 1010111 100111

Color Harmonies of #B90D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90D73

Black with #B90D73

Text Example


Text Example

White with #B90D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90D73; }

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

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

background-color css

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

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

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

border-color css

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

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

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