Html Css Color HEX #B90EA3 Medium Violet Red

📋 copy color: '#B90EA3'

red 185 ◦ green 14 ◦ blue 163

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

Shades of Medium Violet Red #B90EA3

Tints of Medium Violet Red #B90EA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 45.03%

R = 51.1%
G = 3.87%
B = 45.03%

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

#B90EA3 (or 0xB90EA3) is known color: Medium Violet Red. HEX triplet: B9, 0E and A3. RGB value is (185,14,163). Sum of RGB (Red+Green+Blue) = 185+14+163=362 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.10% from 362); Green value is 14 (5.86% from 255 or 3.87% from 362); Blue value is 163 (64.06% from 255 or 45.03% from 362); Max value from RGB is 185 - color contains mainly: red. Hex color #B90EA3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90EA3 is #46F15C. Grayscale: #515151. Windows color (decimal): -4649309 or 10686137. OLE color: 10686137.

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

Color convert

RGB 185 14 163 -
CMYK 0 0.92 0.12 0.27
HSL 307.72º 0.86% 0.39% -
HSV(B) 307.72º 0.92% 0.73% -
XYZ 26.78 13.27 35.8 -
YUV 82.12 173.65 201.38 -
System Red Green Blue C M Y K H S L
Decimal 185 14 163 0 0.92 0.12 0.27 307.72 0.86 0.39
Hex B9 E A3 0 5C C 1B 134 56 27
Octal 271 16 243 0 134 14 33 464 126 47
Binary 10111001 1110 10100011 0 1011100 1100 11011 100110100 1010110 100111

Color Harmonies of #B90EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90EA3

Black with #B90EA3

Text Example


Text Example

White with #B90EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90EA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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