Html Css Color HEX #B82CAA Medium Red Violet

📋 copy color: '#B82CAA'

red 184 ◦ green 44 ◦ blue 170

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

Shades of Medium Red Violet #B82CAA

Tints of Medium Red Violet #B82CAA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.06%

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

R = 46.23%
G = 11.06%
B = 42.71%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#B82CAA (or 0xB82CAA) is known color: Medium Red Violet. HEX triplet: B8, 2C and AA. RGB value is (184,44,170). Sum of RGB (Red+Green+Blue) = 184+44+170=398 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.23% from 398); Green value is 44 (17.58% from 255 or 11.06% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 184 - color contains mainly: red. Hex color #B82CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82CAA is #47D355. Grayscale: #636363. Windows color (decimal): -4707158 or 11152568. OLE color: 11152568.

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

Color convert

RGB 184 44 170 -
CMYK 0 0.76 0.08 0.28
HSL 306º 0.61% 0.45% -
HSV(B) 306º 0.76% 0.72% -
XYZ 27.92 14.89 39.43 -
YUV 100.22 167.38 187.75 -
System Red Green Blue C M Y K H S L
Decimal 184 44 170 0 0.76 0.08 0.28 306 0.61 0.45
Hex B8 2C AA 0 4C 8 1C 132 3D 2D
Octal 270 54 252 0 114 10 34 462 75 55
Binary 10111000 101100 10101010 0 1001100 1000 11100 100110010 111101 101101

Color Harmonies of #B82CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82CAA

Black with #B82CAA

Text Example


Text Example

White with #B82CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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