Html Css Color HEX #B80D7B Medium Violet Red

📋 copy color: '#B80D7B'

red 184 ◦ green 13 ◦ blue 123

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

Shades of Medium Violet Red #B80D7B

Tints of Medium Violet Red #B80D7B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.06%

 BLUE value IS 123 (48.44% from 255) = 38.44%

R = 57.5%
G = 4.06%
B = 38.44%

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

#B80D7B (or 0xB80D7B) is known color: Medium Violet Red. HEX triplet: B8, 0D and 7B. RGB value is (184,13,123). Sum of RGB (Red+Green+Blue) = 184+13+123=320 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.5% from 320); Green value is 13 (5.47% from 255 or 4.06% from 320); Blue value is 123 (48.44% from 255 or 38.44% from 320); Max value from RGB is 184 - color contains mainly: red. Hex color #B80D7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80D7B is #47F284. Grayscale: #4C4C4C. Windows color (decimal): -4715141 or 8064440. OLE color: 8064440.

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

Color convert

RGB 184 13 123 -
CMYK 0 0.93 0.33 0.28
HSL 321.4º 0.87% 0.39% -
HSV(B) 321.4º 0.93% 0.72% -
XYZ 23.49 11.91 19.8 -
YUV 76.67 154.15 204.56 -
System Red Green Blue C M Y K H S L
Decimal 184 13 123 0 0.93 0.33 0.28 321.4 0.87 0.39
Hex B8 D 7B 0 5D 21 1C 141 57 27
Octal 270 15 173 0 135 41 34 501 127 47
Binary 10111000 1101 1111011 0 1011101 100001 11100 101000001 1010111 100111

Color Harmonies of #B80D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80D7B

Black with #B80D7B

Text Example


Text Example

White with #B80D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80D7B; }

 p { color: rgb(184,13,123); }

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

background-color css

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

 a { background-color: rgb(184,13,123); }

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

border-color css

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

 span { border-color: rgb(184,13,123); }

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