Html Css Color HEX #B80279 Medium Violet Red

📋 copy color: '#B80279'

red 184 ◦ green 2 ◦ blue 121

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

Shades of Medium Violet Red #B80279

Tints of Medium Violet Red #B80279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 39.41%

R = 59.93%
G = 0.65%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#B80279 (or 0xB80279) is known color: Medium Violet Red. HEX triplet: B8, 02 and 79. RGB value is (184,2,121). Sum of RGB (Red+Green+Blue) = 184+2+121=307 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.93% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 121 (47.66% from 255 or 39.41% from 307); Max value from RGB is 184 - color contains mainly: red. Hex color #B80279 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80279 is #47FD86. Grayscale: #454545. Windows color (decimal): -4717959 or 7930552. OLE color: 7930552.

HSL color Cylindrical-coordinate representation of color #B80279: hue angle of 320.77º 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 #B80279 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 2 121 -
CMYK 0 0.99 0.34 0.28
HSL 320.77º 0.98% 0.36% -
HSV(B) 320.77º 0.99% 0.72% -
XYZ 23.24 11.61 19.11 -
YUV 69.98 156.8 209.32 -
System Red Green Blue C M Y K H S L
Decimal 184 2 121 0 0.99 0.34 0.28 320.77 0.98 0.36
Hex B8 2 79 0 63 22 1C 141 62 24
Octal 270 2 171 0 143 42 34 501 142 44
Binary 10111000 10 1111001 0 1100011 100010 11100 101000001 1100010 100100

Color Harmonies of #B80279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80279

Black with #B80279

Text Example


Text Example

White with #B80279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80279; }

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

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

background-color css

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

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

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

border-color css

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

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

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