Html Css Color HEX #B81D80 Medium Violet Red

📋 copy color: '#B81D80'

red 184 ◦ green 29 ◦ blue 128

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

Shades of Medium Violet Red #B81D80

Tints of Medium Violet Red #B81D80

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.5%

 BLUE value IS 128 (50.39% from 255) = 37.54%

R = 53.96%
G = 8.5%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B81D80 (or 0xB81D80) is known color: Medium Violet Red. HEX triplet: B8, 1D and 80. RGB value is (184,29,128). Sum of RGB (Red+Green+Blue) = 184+29+128=341 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.96% from 341); Green value is 29 (11.72% from 255 or 8.50% from 341); Blue value is 128 (50.39% from 255 or 37.54% from 341); Max value from RGB is 184 - color contains mainly: red. Hex color #B81D80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B81D80 is #47E27F. Grayscale: #565656. Windows color (decimal): -4711040 or 8396216. OLE color: 8396216.

HSL color Cylindrical-coordinate representation of color #B81D80: hue angle of 321.68º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B81D80 is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 29 128 -
CMYK 0 0.84 0.30 0.28
HSL 321.68º 0.73% 0.42% -
HSV(B) 321.68º 0.84% 0.72% -
XYZ 24.1 12.63 21.59 -
YUV 86.63 151.35 197.45 -
System Red Green Blue C M Y K H S L
Decimal 184 29 128 0 0.84 0.30 0.28 321.68 0.73 0.42
Hex B8 1D 80 0 54 1E 1C 142 49 2A
Octal 270 35 200 0 124 36 34 502 111 52
Binary 10111000 11101 10000000 0 1010100 11110 11100 101000010 1001001 101010

Color Harmonies of #B81D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81D80

Black with #B81D80

Text Example


Text Example

White with #B81D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81D80; }

 p { color: rgb(184,29,128); }

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

background-color css

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

 a { background-color: rgb(184,29,128); }

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

border-color css

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

 span { border-color: rgb(184,29,128); }

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