Html Css Color HEX #B82E8C Medium Red Violet

📋 copy color: '#B82E8C'

red 184 ◦ green 46 ◦ blue 140

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

Shades of Medium Red Violet #B82E8C

Tints of Medium Red Violet #B82E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.84%

R = 49.73%
G = 12.43%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.24

 K value IS 0.28

RGB Variations

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

Color information

#B82E8C (or 0xB82E8C) is known color: Medium Red Violet. HEX triplet: B8, 2E and 8C. RGB value is (184,46,140). Sum of RGB (Red+Green+Blue) = 184+46+140=370 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.73% from 370); Green value is 46 (18.36% from 255 or 12.43% from 370); Blue value is 140 (55.08% from 255 or 37.84% from 370); Max value from RGB is 184 - color contains mainly: red. Hex color #B82E8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82E8C is #47D173. Grayscale: #616161. Windows color (decimal): -4706676 or 9187000. OLE color: 9187000.

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

Color convert

RGB 184 46 140 -
CMYK 0 0.75 0.24 0.28
HSL 319.13º 0.6% 0.45% -
HSV(B) 319.13º 0.75% 0.72% -
XYZ 25.48 14.04 26.18 -
YUV 97.98 151.72 189.36 -
System Red Green Blue C M Y K H S L
Decimal 184 46 140 0 0.75 0.24 0.28 319.13 0.6 0.45
Hex B8 2E 8C 0 4B 18 1C 13F 3C 2D
Octal 270 56 214 0 113 30 34 477 74 55
Binary 10111000 101110 10001100 0 1001011 11000 11100 100111111 111100 101101

Color Harmonies of #B82E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82E8C

Black with #B82E8C

Text Example


Text Example

White with #B82E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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