Html Css Color HEX #B81580 Medium Violet Red

📋 copy color: '#B81580'

red 184 ◦ green 21 ◦ blue 128

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

Shades of Medium Violet Red #B81580

Tints of Medium Violet Red #B81580

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.31%

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

R = 55.26%
G = 6.31%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B81580 (or 0xB81580) is known color: Medium Violet Red. HEX triplet: B8, 15 and 80. RGB value is (184,21,128). Sum of RGB (Red+Green+Blue) = 184+21+128=333 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.26% from 333); Green value is 21 (8.59% from 255 or 6.31% from 333); Blue value is 128 (50.39% from 255 or 38.44% from 333); Max value from RGB is 184 - color contains mainly: red. Hex color #B81580 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B81580 is #47EA7F. Grayscale: #515151. Windows color (decimal): -4713088 or 8394168. OLE color: 8394168.

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

Color convert

RGB 184 21 128 -
CMYK 0 0.89 0.30 0.28
HSL 320.61º 0.8% 0.4% -
HSV(B) 320.61º 0.89% 0.72% -
XYZ 23.93 12.29 21.53 -
YUV 81.94 154 200.8 -
System Red Green Blue C M Y K H S L
Decimal 184 21 128 0 0.89 0.30 0.28 320.61 0.8 0.4
Hex B8 15 80 0 59 1E 1C 141 50 28
Octal 270 25 200 0 131 36 34 501 120 50
Binary 10111000 10101 10000000 0 1011001 11110 11100 101000001 1010000 101000

Color Harmonies of #B81580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81580

Black with #B81580

Text Example


Text Example

White with #B81580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81580; }

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

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

background-color css

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

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

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

border-color css

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

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

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