Html Css Color HEX #B82EA2 Medium Red Violet

📋 copy color: '#B82EA2'

red 184 ◦ green 46 ◦ blue 162

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

Shades of Medium Red Violet #B82EA2

Tints of Medium Red Violet #B82EA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 41.33%

R = 46.94%
G = 11.73%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.12

 K value IS 0.28

RGB Variations

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

Color information

#B82EA2 (or 0xB82EA2) is known color: Medium Red Violet. HEX triplet: B8, 2E and A2. RGB value is (184,46,162). Sum of RGB (Red+Green+Blue) = 184+46+162=392 (51% of max value = 765). Red value is 184 (72.27% from 255 or 46.94% from 392); Green value is 46 (18.36% from 255 or 11.73% from 392); Blue value is 162 (63.67% from 255 or 41.33% from 392); Max value from RGB is 184 - color contains mainly: red. Hex color #B82EA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82EA2 is #47D15D. Grayscale: #646464. Windows color (decimal): -4706654 or 10628792. OLE color: 10628792.

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

Color convert

RGB 184 46 162 -
CMYK 0 0.75 0.12 0.28
HSL 309.57º 0.6% 0.45% -
HSV(B) 309.57º 0.75% 0.72% -
XYZ 27.27 14.75 35.59 -
YUV 100.49 162.72 187.57 -
System Red Green Blue C M Y K H S L
Decimal 184 46 162 0 0.75 0.12 0.28 309.57 0.6 0.45
Hex B8 2E A2 0 4B C 1C 136 3C 2D
Octal 270 56 242 0 113 14 34 466 74 55
Binary 10111000 101110 10100010 0 1001011 1100 11100 100110110 111100 101101

Color Harmonies of #B82EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82EA2

Black with #B82EA2

Text Example


Text Example

White with #B82EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82EA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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