Html Css Color HEX #B90E92 Medium Violet Red

📋 copy color: '#B90E92'

red 185 ◦ green 14 ◦ blue 146

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

Shades of Medium Violet Red #B90E92

Tints of Medium Violet Red #B90E92

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.06%

 BLUE value IS 146 (57.42% from 255) = 42.32%

R = 53.62%
G = 4.06%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#B90E92 (or 0xB90E92) is known color: Medium Violet Red. HEX triplet: B9, 0E and 92. RGB value is (185,14,146). Sum of RGB (Red+Green+Blue) = 185+14+146=345 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.62% from 345); Green value is 14 (5.86% from 255 or 4.06% from 345); Blue value is 146 (57.42% from 255 or 42.32% from 345); Max value from RGB is 185 - color contains mainly: red. Hex color #B90E92 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90E92 is #46F16D. Grayscale: #4F4F4F. Windows color (decimal): -4649326 or 9572025. OLE color: 9572025.

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

Color convert

RGB 185 14 146 -
CMYK 0 0.92 0.21 0.27
HSL 313.68º 0.86% 0.39% -
HSV(B) 313.68º 0.92% 0.73% -
XYZ 25.35 12.7 28.31 -
YUV 80.18 165.15 202.77 -
System Red Green Blue C M Y K H S L
Decimal 185 14 146 0 0.92 0.21 0.27 313.68 0.86 0.39
Hex B9 E 92 0 5C 15 1B 13A 56 27
Octal 271 16 222 0 134 25 33 472 126 47
Binary 10111001 1110 10010010 0 1011100 10101 11011 100111010 1010110 100111

Color Harmonies of #B90E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90E92

Black with #B90E92

Text Example


Text Example

White with #B90E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90E92; }

 p { color: rgb(185,14,146); }

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

background-color css

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

 a { background-color: rgb(185,14,146); }

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

border-color css

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

 span { border-color: rgb(185,14,146); }

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