Html Css Color HEX #B81582 Medium Violet Red

📋 copy color: '#B81582'

red 184 ◦ green 21 ◦ blue 130

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

Shades of Medium Violet Red #B81582

Tints of Medium Violet Red #B81582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 38.81%

R = 54.93%
G = 6.27%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#B81582 (or 0xB81582) is known color: Medium Violet Red. HEX triplet: B8, 15 and 82. RGB value is (184,21,130). Sum of RGB (Red+Green+Blue) = 184+21+130=335 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.93% from 335); Green value is 21 (8.59% from 255 or 6.27% from 335); Blue value is 130 (51.17% from 255 or 38.81% from 335); Max value from RGB is 184 - color contains mainly: red. Hex color #B81582 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B81582 is #47EA7D. Grayscale: #515151. Windows color (decimal): -4713086 or 8525240. OLE color: 8525240.

HSL color Cylindrical-coordinate representation of color #B81582: hue angle of 319.88º 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 #B81582 is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 21 130 -
CMYK 0 0.89 0.29 0.28
HSL 319.88º 0.8% 0.4% -
HSV(B) 319.88º 0.89% 0.72% -
XYZ 24.06 12.34 22.23 -
YUV 82.16 155 200.64 -
System Red Green Blue C M Y K H S L
Decimal 184 21 130 0 0.89 0.29 0.28 319.88 0.8 0.4
Hex B8 15 82 0 59 1D 1C 140 50 28
Octal 270 25 202 0 131 35 34 500 120 50
Binary 10111000 10101 10000010 0 1011001 11101 11100 101000000 1010000 101000

Color Harmonies of #B81582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81582

Black with #B81582

Text Example


Text Example

White with #B81582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81582; }

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

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

background-color css

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

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

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

border-color css

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

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

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