Html Css Color HEX #B82DA1 Medium Red Violet

📋 copy color: '#B82DA1'

red 184 ◦ green 45 ◦ blue 161

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

Shades of Medium Red Violet #B82DA1

Tints of Medium Red Violet #B82DA1

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.54%

 BLUE value IS 161 (63.28% from 255) = 41.28%

R = 47.18%
G = 11.54%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.12

 K value IS 0.28

RGB Variations

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

Color information

#B82DA1 (or 0xB82DA1) is known color: Medium Red Violet. HEX triplet: B8, 2D and A1. RGB value is (184,45,161). Sum of RGB (Red+Green+Blue) = 184+45+161=390 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.18% from 390); Green value is 45 (17.97% from 255 or 11.54% from 390); Blue value is 161 (63.28% from 255 or 41.28% from 390); Max value from RGB is 184 - color contains mainly: red. Hex color #B82DA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82DA1 is #47D25E. Grayscale: #636363. Windows color (decimal): -4706911 or 10563000. OLE color: 10563000.

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

Color convert

RGB 184 45 161 -
CMYK 0 0.76 0.12 0.28
HSL 309.93º 0.61% 0.45% -
HSV(B) 309.93º 0.76% 0.72% -
XYZ 27.14 14.64 35.11 -
YUV 99.79 162.55 188.07 -
System Red Green Blue C M Y K H S L
Decimal 184 45 161 0 0.76 0.12 0.28 309.93 0.61 0.45
Hex B8 2D A1 0 4C C 1C 136 3D 2D
Octal 270 55 241 0 114 14 34 466 75 55
Binary 10111000 101101 10100001 0 1001100 1100 11100 100110110 111101 101101

Color Harmonies of #B82DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82DA1

Black with #B82DA1

Text Example


Text Example

White with #B82DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82DA1; }

 p { color: rgb(184,45,161); }

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

background-color css

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

 a { background-color: rgb(184,45,161); }

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

border-color css

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

 span { border-color: rgb(184,45,161); }

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