Html Css Color HEX #B82E8D Medium Red Violet

📋 copy color: '#B82E8D'

red 184 ◦ green 46 ◦ blue 141

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

Shades of Medium Red Violet #B82E8D

Tints of Medium Red Violet #B82E8D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.4%

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

R = 49.6%
G = 12.4%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B82E8D (or 0xB82E8D) is known color: Medium Red Violet. HEX triplet: B8, 2E and 8D. RGB value is (184,46,141). Sum of RGB (Red+Green+Blue) = 184+46+141=371 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.60% from 371); Green value is 46 (18.36% from 255 or 12.40% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 184 - color contains mainly: red. Hex color #B82E8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82E8D is #47D172. Grayscale: #616161. Windows color (decimal): -4706675 or 9252536. OLE color: 9252536.

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

Color convert

RGB 184 46 141 -
CMYK 0 0.75 0.23 0.28
HSL 318.7º 0.6% 0.45% -
HSV(B) 318.7º 0.75% 0.72% -
XYZ 25.55 14.07 26.57 -
YUV 98.09 152.22 189.28 -
System Red Green Blue C M Y K H S L
Decimal 184 46 141 0 0.75 0.23 0.28 318.7 0.6 0.45
Hex B8 2E 8D 0 4B 17 1C 13F 3C 2D
Octal 270 56 215 0 113 27 34 477 74 55
Binary 10111000 101110 10001101 0 1001011 10111 11100 100111111 111100 101101

Color Harmonies of #B82E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82E8D

Black with #B82E8D

Text Example


Text Example

White with #B82E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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