Html Css Color HEX #B82D8D Medium Red Violet

📋 copy color: '#B82D8D'

red 184 ◦ green 45 ◦ blue 141

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

Shades of Medium Red Violet #B82D8D

Tints of Medium Red Violet #B82D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.11%

R = 49.73%
G = 12.16%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B82D8D (or 0xB82D8D) is known color: Medium Red Violet. HEX triplet: B8, 2D and 8D. RGB value is (184,45,141). Sum of RGB (Red+Green+Blue) = 184+45+141=370 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.73% from 370); Green value is 45 (17.97% from 255 or 12.16% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 184 - color contains mainly: red. Hex color #B82D8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82D8D is #47D272. Grayscale: #616161. Windows color (decimal): -4706931 or 9252280. OLE color: 9252280.

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

Color convert

RGB 184 45 141 -
CMYK 0 0.76 0.23 0.28
HSL 318.56º 0.61% 0.45% -
HSV(B) 318.56º 0.76% 0.72% -
XYZ 25.51 13.99 26.55 -
YUV 97.51 152.55 189.69 -
System Red Green Blue C M Y K H S L
Decimal 184 45 141 0 0.76 0.23 0.28 318.56 0.61 0.45
Hex B8 2D 8D 0 4C 17 1C 13F 3D 2D
Octal 270 55 215 0 114 27 34 477 75 55
Binary 10111000 101101 10001101 0 1001100 10111 11100 100111111 111101 101101

Color Harmonies of #B82D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82D8D

Black with #B82D8D

Text Example


Text Example

White with #B82D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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