Html Css Color HEX #B80C7C Medium Violet Red

📋 copy color: '#B80C7C'

red 184 ◦ green 12 ◦ blue 124

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

Shades of Medium Violet Red #B80C7C

Tints of Medium Violet Red #B80C7C

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.75%

 BLUE value IS 124 (48.83% from 255) = 38.75%

R = 57.5%
G = 3.75%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#B80C7C (or 0xB80C7C) is known color: Medium Violet Red. HEX triplet: B8, 0C and 7C. RGB value is (184,12,124). Sum of RGB (Red+Green+Blue) = 184+12+124=320 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.5% from 320); Green value is 12 (5.08% from 255 or 3.75% from 320); Blue value is 124 (48.83% from 255 or 38.75% from 320); Max value from RGB is 184 - color contains mainly: red. Hex color #B80C7C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80C7C is #47F383. Grayscale: #4B4B4B. Windows color (decimal): -4715396 or 8129720. OLE color: 8129720.

HSL color Cylindrical-coordinate representation of color #B80C7C: hue angle of 320.93º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B80C7C is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 12 124 -
CMYK 0 0.93 0.33 0.28
HSL 320.93º 0.88% 0.38% -
HSV(B) 320.93º 0.93% 0.72% -
XYZ 23.54 11.91 20.13 -
YUV 76.2 154.98 204.89 -
System Red Green Blue C M Y K H S L
Decimal 184 12 124 0 0.93 0.33 0.28 320.93 0.88 0.38
Hex B8 C 7C 0 5D 21 1C 141 58 26
Octal 270 14 174 0 135 41 34 501 130 46
Binary 10111000 1100 1111100 0 1011101 100001 11100 101000001 1011000 100110

Color Harmonies of #B80C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80C7C

Black with #B80C7C

Text Example


Text Example

White with #B80C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80C7C; }

 p { color: rgb(184,12,124); }

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

background-color css

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

 a { background-color: rgb(184,12,124); }

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

border-color css

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

 span { border-color: rgb(184,12,124); }

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