Html Css Color HEX #B80390 Medium Violet Red

📋 copy color: '#B80390'

red 184 ◦ green 3 ◦ blue 144

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

Shades of Medium Violet Red #B80390

Tints of Medium Violet Red #B80390

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.91%

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

R = 55.59%
G = 0.91%
B = 43.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#B80390 (or 0xB80390) is known color: Medium Violet Red. HEX triplet: B8, 03 and 90. RGB value is (184,3,144). Sum of RGB (Red+Green+Blue) = 184+3+144=331 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.59% from 331); Green value is 3 (1.56% from 255 or 0.91% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 184 - color contains mainly: red. Hex color #B80390 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80390 is #47FC6F. Grayscale: #484848. Windows color (decimal): -4717680 or 9438136. OLE color: 9438136.

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

Color convert

RGB 184 3 144 -
CMYK 0 0.98 0.22 0.28
HSL 313.26º 0.97% 0.37% -
HSV(B) 313.26º 0.98% 0.72% -
XYZ 24.83 12.27 27.44 -
YUV 73.19 167.97 207.04 -
System Red Green Blue C M Y K H S L
Decimal 184 3 144 0 0.98 0.22 0.28 313.26 0.97 0.37
Hex B8 3 90 0 62 16 1C 139 61 25
Octal 270 3 220 0 142 26 34 471 141 45
Binary 10111000 11 10010000 0 1100010 10110 11100 100111001 1100001 100101

Color Harmonies of #B80390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80390

Black with #B80390

Text Example


Text Example

White with #B80390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80390; }

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

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

background-color css

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

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

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

border-color css

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

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

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