Html Css Color HEX #B80290 Medium Violet Red

📋 copy color: '#B80290'

red 184 ◦ green 2 ◦ blue 144

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

Shades of Medium Violet Red #B80290

Tints of Medium Violet Red #B80290

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.61%

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

R = 55.76%
G = 0.61%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#B80290 (or 0xB80290) is known color: Medium Violet Red. HEX triplet: B8, 02 and 90. RGB value is (184,2,144). Sum of RGB (Red+Green+Blue) = 184+2+144=330 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.76% from 330); Green value is 2 (1.17% from 255 or 0.61% from 330); Blue value is 144 (56.64% from 255 or 43.64% from 330); Max value from RGB is 184 - color contains mainly: red. Hex color #B80290 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80290 is #47FD6F. Grayscale: #484848. Windows color (decimal): -4717936 or 9437880. OLE color: 9437880.

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

Color convert

RGB 184 2 144 -
CMYK 0 0.99 0.22 0.28
HSL 313.19º 0.98% 0.36% -
HSV(B) 313.19º 0.99% 0.72% -
XYZ 24.82 12.25 27.44 -
YUV 72.61 168.3 207.45 -
System Red Green Blue C M Y K H S L
Decimal 184 2 144 0 0.99 0.22 0.28 313.19 0.98 0.36
Hex B8 2 90 0 63 16 1C 139 62 24
Octal 270 2 220 0 143 26 34 471 142 44
Binary 10111000 10 10010000 0 1100011 10110 11100 100111001 1100010 100100

Color Harmonies of #B80290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80290

Black with #B80290

Text Example


Text Example

White with #B80290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80290; }

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

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

background-color css

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

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

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

border-color css

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

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

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