Html Css Color HEX #B90290 Medium Violet Red

📋 copy color: '#B90290'

red 185 ◦ green 2 ◦ blue 144

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

Shades of Medium Violet Red #B90290

Tints of Medium Violet Red #B90290

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.6%

 BLUE value IS 144 (56.64% from 255) = 43.5%

R = 55.89%
G = 0.6%
B = 43.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#B90290 (or 0xB90290) is known color: Medium Violet Red. HEX triplet: B9, 02 and 90. RGB value is (185,2,144). Sum of RGB (Red+Green+Blue) = 185+2+144=331 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.89% from 331); Green value is 2 (1.17% from 255 or 0.60% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 185 - color contains mainly: red. Hex color #B90290 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90290 is #46FD6F. Grayscale: #484848. Windows color (decimal): -4652400 or 9437881. OLE color: 9437881.

HSL color Cylindrical-coordinate representation of color #B90290: hue angle of 313.44º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B90290 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 2 144 -
CMYK 0 0.99 0.22 0.27
HSL 313.44º 0.98% 0.37% -
HSV(B) 313.44º 0.99% 0.73% -
XYZ 25.06 12.37 27.45 -
YUV 72.91 168.13 207.95 -
System Red Green Blue C M Y K H S L
Decimal 185 2 144 0 0.99 0.22 0.27 313.44 0.98 0.37
Hex B9 2 90 0 63 16 1B 139 62 25
Octal 271 2 220 0 143 26 33 471 142 45
Binary 10111001 10 10010000 0 1100011 10110 11011 100111001 1100010 100101

Color Harmonies of #B90290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90290

Black with #B90290

Text Example


Text Example

White with #B90290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90290; }

 p { color: rgb(185,2,144); }

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

background-color css

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

 a { background-color: rgb(185,2,144); }

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

border-color css

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

 span { border-color: rgb(185,2,144); }

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