Html Css Color HEX #B90EA2 Medium Violet Red

📋 copy color: '#B90EA2'

red 185 ◦ green 14 ◦ blue 162

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

Shades of Medium Violet Red #B90EA2

Tints of Medium Violet Red #B90EA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 44.88%

R = 51.25%
G = 3.88%
B = 44.88%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#B90EA2 (or 0xB90EA2) is known color: Medium Violet Red. HEX triplet: B9, 0E and A2. RGB value is (185,14,162). Sum of RGB (Red+Green+Blue) = 185+14+162=361 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.25% from 361); Green value is 14 (5.86% from 255 or 3.88% from 361); Blue value is 162 (63.67% from 255 or 44.88% from 361); Max value from RGB is 185 - color contains mainly: red. Hex color #B90EA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90EA2 is #46F15D. Grayscale: #515151. Windows color (decimal): -4649310 or 10620601. OLE color: 10620601.

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

Color convert

RGB 185 14 162 -
CMYK 0 0.92 0.12 0.27
HSL 308.07º 0.86% 0.39% -
HSV(B) 308.07º 0.92% 0.73% -
XYZ 26.69 13.24 35.33 -
YUV 82 173.15 201.47 -
System Red Green Blue C M Y K H S L
Decimal 185 14 162 0 0.92 0.12 0.27 308.07 0.86 0.39
Hex B9 E A2 0 5C C 1B 134 56 27
Octal 271 16 242 0 134 14 33 464 126 47
Binary 10111001 1110 10100010 0 1011100 1100 11011 100110100 1010110 100111

Color Harmonies of #B90EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90EA2

Black with #B90EA2

Text Example


Text Example

White with #B90EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90EA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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