Html Css Color HEX #B82C8D Medium Red Violet

📋 copy color: '#B82C8D'

red 184 ◦ green 44 ◦ blue 141

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

Shades of Medium Red Violet #B82C8D

Tints of Medium Red Violet #B82C8D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.92%

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

R = 49.86%
G = 11.92%
B = 38.21%

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

#B82C8D (or 0xB82C8D) is known color: Medium Red Violet. HEX triplet: B8, 2C and 8D. RGB value is (184,44,141). Sum of RGB (Red+Green+Blue) = 184+44+141=369 (48% of max value = 765). Red value is 184 (72.27% from 255 or 49.86% from 369); Green value is 44 (17.58% from 255 or 11.92% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 184 - color contains mainly: red. Hex color #B82C8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82C8D is #47D372. Grayscale: #606060. Windows color (decimal): -4707187 or 9252024. OLE color: 9252024.

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

Color convert

RGB 184 44 141 -
CMYK 0 0.76 0.23 0.28
HSL 318.43º 0.61% 0.45% -
HSV(B) 318.43º 0.76% 0.72% -
XYZ 25.48 13.91 26.54 -
YUV 96.92 152.88 190.11 -
System Red Green Blue C M Y K H S L
Decimal 184 44 141 0 0.76 0.23 0.28 318.43 0.61 0.45
Hex B8 2C 8D 0 4C 17 1C 13E 3D 2D
Octal 270 54 215 0 114 27 34 476 75 55
Binary 10111000 101100 10001101 0 1001100 10111 11100 100111110 111101 101101

Color Harmonies of #B82C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82C8D

Black with #B82C8D

Text Example


Text Example

White with #B82C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82C8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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