Html Css Color HEX #B82D87 Medium Red Violet

📋 copy color: '#B82D87'

red 184 ◦ green 45 ◦ blue 135

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

Shades of Medium Red Violet #B82D87

Tints of Medium Red Violet #B82D87

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.36%

 BLUE value IS 135 (53.13% from 255) = 37.09%

R = 50.55%
G = 12.36%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#B82D87 (or 0xB82D87) is known color: Medium Red Violet. HEX triplet: B8, 2D and 87. RGB value is (184,45,135). Sum of RGB (Red+Green+Blue) = 184+45+135=364 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.55% from 364); Green value is 45 (17.97% from 255 or 12.36% from 364); Blue value is 135 (53.12% from 255 or 37.09% from 364); Max value from RGB is 184 - color contains mainly: red. Hex color #B82D87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82D87 is #47D278. Grayscale: #606060. Windows color (decimal): -4706937 or 8859064. OLE color: 8859064.

HSL color Cylindrical-coordinate representation of color #B82D87: hue angle of 321.15º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B82D87 is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 45 135 -
CMYK 0 0.76 0.27 0.28
HSL 321.15º 0.61% 0.45% -
HSV(B) 321.15º 0.76% 0.72% -
XYZ 25.08 13.82 24.27 -
YUV 96.82 149.55 190.18 -
System Red Green Blue C M Y K H S L
Decimal 184 45 135 0 0.76 0.27 0.28 321.15 0.61 0.45
Hex B8 2D 87 0 4C 1B 1C 141 3D 2D
Octal 270 55 207 0 114 33 34 501 75 55
Binary 10111000 101101 10000111 0 1001100 11011 11100 101000001 111101 101101

Color Harmonies of #B82D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82D87

Black with #B82D87

Text Example


Text Example

White with #B82D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82D87; }

 p { color: rgb(184,45,135); }

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

background-color css

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

 a { background-color: rgb(184,45,135); }

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

border-color css

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

 span { border-color: rgb(184,45,135); }

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