Html Css Color HEX #B90D76 Medium Violet Red

📋 copy color: '#B90D76'

red 185 ◦ green 13 ◦ blue 118

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

Shades of Medium Violet Red #B90D76

Tints of Medium Violet Red #B90D76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 37.34%

R = 58.54%
G = 4.11%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#B90D76 (or 0xB90D76) is known color: Medium Violet Red. HEX triplet: B9, 0D and 76. RGB value is (185,13,118). Sum of RGB (Red+Green+Blue) = 185+13+118=316 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.54% from 316); Green value is 13 (5.47% from 255 or 4.11% from 316); Blue value is 118 (46.48% from 255 or 37.34% from 316); Max value from RGB is 185 - color contains mainly: red. Hex color #B90D76 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90D76 is #46F289. Grayscale: #4C4C4C. Windows color (decimal): -4649610 or 7736761. OLE color: 7736761.

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

Color convert

RGB 185 13 118 -
CMYK 0 0.93 0.36 0.27
HSL 323.37º 0.87% 0.39% -
HSV(B) 323.37º 0.93% 0.73% -
XYZ 23.42 11.91 18.2 -
YUV 76.4 151.48 205.46 -
System Red Green Blue C M Y K H S L
Decimal 185 13 118 0 0.93 0.36 0.27 323.37 0.87 0.39
Hex B9 D 76 0 5D 24 1B 143 57 27
Octal 271 15 166 0 135 44 33 503 127 47
Binary 10111001 1101 1110110 0 1011101 100100 11011 101000011 1010111 100111

Color Harmonies of #B90D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90D76

Black with #B90D76

Text Example


Text Example

White with #B90D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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