Html Css Color HEX #B90E7C Medium Violet Red

📋 copy color: '#B90E7C'

red 185 ◦ green 14 ◦ blue 124

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

Shades of Medium Violet Red #B90E7C

Tints of Medium Violet Red #B90E7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 38.39%

R = 57.28%
G = 4.33%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#B90E7C (or 0xB90E7C) is known color: Medium Violet Red. HEX triplet: B9, 0E and 7C. RGB value is (185,14,124). Sum of RGB (Red+Green+Blue) = 185+14+124=323 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.28% from 323); Green value is 14 (5.86% from 255 or 4.33% from 323); Blue value is 124 (48.83% from 255 or 38.39% from 323); Max value from RGB is 185 - color contains mainly: red. Hex color #B90E7C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90E7C is #46F183. Grayscale: #4D4D4D. Windows color (decimal): -4649348 or 8130233. OLE color: 8130233.

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

Color convert

RGB 185 14 124 -
CMYK 0 0.92 0.33 0.27
HSL 321.4º 0.86% 0.39% -
HSV(B) 321.4º 0.92% 0.73% -
XYZ 23.8 12.08 20.15 -
YUV 77.67 154.15 204.56 -
System Red Green Blue C M Y K H S L
Decimal 185 14 124 0 0.92 0.33 0.27 321.4 0.86 0.39
Hex B9 E 7C 0 5C 21 1B 141 56 27
Octal 271 16 174 0 134 41 33 501 126 47
Binary 10111001 1110 1111100 0 1011100 100001 11011 101000001 1010110 100111

Color Harmonies of #B90E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90E7C

Black with #B90E7C

Text Example


Text Example

White with #B90E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90E7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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