Html Css Color HEX #B90D8C Medium Violet Red

📋 copy color: '#B90D8C'

red 185 ◦ green 13 ◦ blue 140

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

Shades of Medium Violet Red #B90D8C

Tints of Medium Violet Red #B90D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 41.42%

R = 54.73%
G = 3.85%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B90D8C (or 0xB90D8C) is known color: Medium Violet Red. HEX triplet: B9, 0D and 8C. RGB value is (185,13,140). Sum of RGB (Red+Green+Blue) = 185+13+140=338 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.73% from 338); Green value is 13 (5.47% from 255 or 3.85% from 338); Blue value is 140 (55.08% from 255 or 41.42% from 338); Max value from RGB is 185 - color contains mainly: red. Hex color #B90D8C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90D8C is #46F273. Grayscale: #4E4E4E. Windows color (decimal): -4649588 or 9178553. OLE color: 9178553.

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

Color convert

RGB 185 13 140 -
CMYK 0 0.93 0.24 0.27
HSL 315.7º 0.87% 0.39% -
HSV(B) 315.7º 0.93% 0.73% -
XYZ 24.89 12.5 25.91 -
YUV 78.91 162.48 203.67 -
System Red Green Blue C M Y K H S L
Decimal 185 13 140 0 0.93 0.24 0.27 315.7 0.87 0.39
Hex B9 D 8C 0 5D 18 1B 13C 57 27
Octal 271 15 214 0 135 30 33 474 127 47
Binary 10111001 1101 10001100 0 1011101 11000 11011 100111100 1010111 100111

Color Harmonies of #B90D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90D8C

Black with #B90D8C

Text Example


Text Example

White with #B90D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90D8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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