Html Css Color HEX #B80E90 Medium Violet Red

📋 copy color: '#B80E90'

red 184 ◦ green 14 ◦ blue 144

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

Shades of Medium Violet Red #B80E90

Tints of Medium Violet Red #B80E90

RGB

 RED value IS 184 (72.27% from 255) = 53.8%

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

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

R = 53.8%
G = 4.09%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#B80E90 (or 0xB80E90) is known color: Medium Violet Red. HEX triplet: B8, 0E and 90. RGB value is (184,14,144). Sum of RGB (Red+Green+Blue) = 184+14+144=342 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.80% from 342); Green value is 14 (5.86% from 255 or 4.09% from 342); Blue value is 144 (56.64% from 255 or 42.11% from 342); Max value from RGB is 184 - color contains mainly: red. Hex color #B80E90 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80E90 is #47F16F. Grayscale: #4F4F4F. Windows color (decimal): -4714864 or 9440952. OLE color: 9440952.

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

Color convert

RGB 184 14 144 -
CMYK 0 0.92 0.22 0.28
HSL 314.12º 0.86% 0.39% -
HSV(B) 314.12º 0.92% 0.72% -
XYZ 24.96 12.52 27.49 -
YUV 79.65 164.32 202.43 -
System Red Green Blue C M Y K H S L
Decimal 184 14 144 0 0.92 0.22 0.28 314.12 0.86 0.39
Hex B8 E 90 0 5C 16 1C 13A 56 27
Octal 270 16 220 0 134 26 34 472 126 47
Binary 10111000 1110 10010000 0 1011100 10110 11100 100111010 1010110 100111

Color Harmonies of #B80E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80E90

Black with #B80E90

Text Example


Text Example

White with #B80E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80E90; }

 p { color: rgb(184,14,144); }

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

background-color css

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

 a { background-color: rgb(184,14,144); }

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

border-color css

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

 span { border-color: rgb(184,14,144); }

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