Html Css Color HEX #B80495 Medium Violet Red

📋 copy color: '#B80495'

red 184 ◦ green 4 ◦ blue 149

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

Shades of Medium Violet Red #B80495

Tints of Medium Violet Red #B80495

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.19%

 BLUE value IS 149 (58.59% from 255) = 44.21%

R = 54.6%
G = 1.19%
B = 44.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#B80495 (or 0xB80495) is known color: Medium Violet Red. HEX triplet: B8, 04 and 95. RGB value is (184,4,149). Sum of RGB (Red+Green+Blue) = 184+4+149=337 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.60% from 337); Green value is 4 (1.95% from 255 or 1.19% from 337); Blue value is 149 (58.59% from 255 or 44.21% from 337); Max value from RGB is 184 - color contains mainly: red. Hex color #B80495 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80495 is #47FB6A. Grayscale: #494949. Windows color (decimal): -4717419 or 9766072. OLE color: 9766072.

HSL color Cylindrical-coordinate representation of color #B80495: hue angle of 311.67º degrees, saturation: 0.96, 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 #B80495 is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 4 149 -
CMYK 0 0.98 0.19 0.28
HSL 311.67º 0.96% 0.37% -
HSV(B) 311.67º 0.98% 0.72% -
XYZ 25.24 12.45 29.51 -
YUV 74.35 170.13 206.21 -
System Red Green Blue C M Y K H S L
Decimal 184 4 149 0 0.98 0.19 0.28 311.67 0.96 0.37
Hex B8 4 95 0 62 13 1C 138 60 25
Octal 270 4 225 0 142 23 34 470 140 45
Binary 10111000 100 10010101 0 1100010 10011 11100 100111000 1100000 100101

Color Harmonies of #B80495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80495

Black with #B80495

Text Example


Text Example

White with #B80495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80495; }

 p { color: rgb(184,4,149); }

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

background-color css

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

 a { background-color: rgb(184,4,149); }

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

border-color css

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

 span { border-color: rgb(184,4,149); }

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