Html Css Color HEX #B80179 Medium Violet Red

📋 copy color: '#B80179'

red 184 ◦ green 1 ◦ blue 121

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

Shades of Medium Violet Red #B80179

Tints of Medium Violet Red #B80179

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

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

R = 60.13%
G = 0.33%
B = 39.54%

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

#B80179 (or 0xB80179) is known color: Medium Violet Red. HEX triplet: B8, 01 and 79. RGB value is (184,1,121). Sum of RGB (Red+Green+Blue) = 184+1+121=306 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.13% from 306); Green value is 1 (0.78% from 255 or 0.33% from 306); Blue value is 121 (47.66% from 255 or 39.54% from 306); Max value from RGB is 184 - color contains mainly: red. Hex color #B80179 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80179 is #47FE86. Grayscale: #454545. Windows color (decimal): -4718215 or 7930296. OLE color: 7930296.

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

Color convert

RGB 184 1 121 -
CMYK 0 0.99 0.34 0.28
HSL 320.66º 0.99% 0.36% -
HSV(B) 320.66º 0.99% 0.72% -
XYZ 23.23 11.59 19.1 -
YUV 69.4 157.13 209.74 -
System Red Green Blue C M Y K H S L
Decimal 184 1 121 0 0.99 0.34 0.28 320.66 0.99 0.36
Hex B8 1 79 0 63 22 1C 141 63 24
Octal 270 1 171 0 143 42 34 501 143 44
Binary 10111000 1 1111001 0 1100011 100010 11100 101000001 1100011 100100

Color Harmonies of #B80179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80179

Black with #B80179

Text Example


Text Example

White with #B80179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80179; }

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

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

background-color css

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

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

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

border-color css

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

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

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