Html Css Color HEX #B82E6E Medium Red Violet

📋 copy color: '#B82E6E'

red 184 ◦ green 46 ◦ blue 110

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

Shades of Medium Red Violet #B82E6E

Tints of Medium Red Violet #B82E6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.35%

R = 54.12%
G = 13.53%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#B82E6E (or 0xB82E6E) is known color: Medium Red Violet. HEX triplet: B8, 2E and 6E. RGB value is (184,46,110). Sum of RGB (Red+Green+Blue) = 184+46+110=340 (45% of max value = 765). Red value is 184 (72.27% from 255 or 54.12% from 340); Green value is 46 (18.36% from 255 or 13.53% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 184 - color contains mainly: red. Hex color #B82E6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82E6E is #47D191. Grayscale: #5E5E5E. Windows color (decimal): -4706706 or 7220920. OLE color: 7220920.

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

Color convert

RGB 184 46 110 -
CMYK 0 0.75 0.40 0.28
HSL 332.17º 0.6% 0.45% -
HSV(B) 332.17º 0.75% 0.72% -
XYZ 23.56 13.27 16.07 -
YUV 94.56 136.72 191.8 -
System Red Green Blue C M Y K H S L
Decimal 184 46 110 0 0.75 0.40 0.28 332.17 0.6 0.45
Hex B8 2E 6E 0 4B 28 1C 14C 3C 2D
Octal 270 56 156 0 113 50 34 514 74 55
Binary 10111000 101110 1101110 0 1001011 101000 11100 101001100 111100 101101

Color Harmonies of #B82E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82E6E

Black with #B82E6E

Text Example


Text Example

White with #B82E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82E6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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