Html Css Color HEX #B82BAA Medium Red Violet

📋 copy color: '#B82BAA'

red 184 ◦ green 43 ◦ blue 170

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

Shades of Medium Red Violet #B82BAA

Tints of Medium Red Violet #B82BAA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.83%

 BLUE value IS 170 (66.8% from 255) = 42.82%

R = 46.35%
G = 10.83%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#B82BAA (or 0xB82BAA) is known color: Medium Red Violet. HEX triplet: B8, 2B and AA. RGB value is (184,43,170). Sum of RGB (Red+Green+Blue) = 184+43+170=397 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.35% from 397); Green value is 43 (17.19% from 255 or 10.83% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 184 - color contains mainly: red. Hex color #B82BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82BAA is #47D455. Grayscale: #636363. Windows color (decimal): -4707414 or 11152312. OLE color: 11152312.

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

Color convert

RGB 184 43 170 -
CMYK 0 0.77 0.08 0.28
HSL 305.96º 0.62% 0.45% -
HSV(B) 305.96º 0.77% 0.72% -
XYZ 27.89 14.82 39.42 -
YUV 99.64 167.71 188.17 -
System Red Green Blue C M Y K H S L
Decimal 184 43 170 0 0.77 0.08 0.28 305.96 0.62 0.45
Hex B8 2B AA 0 4D 8 1C 132 3E 2D
Octal 270 53 252 0 115 10 34 462 76 55
Binary 10111000 101011 10101010 0 1001101 1000 11100 100110010 111110 101101

Color Harmonies of #B82BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82BAA

Black with #B82BAA

Text Example


Text Example

White with #B82BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82BAA; }

 p { color: rgb(184,43,170); }

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

background-color css

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

 a { background-color: rgb(184,43,170); }

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

border-color css

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

 span { border-color: rgb(184,43,170); }

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