Html Css Color HEX #B82FAA Medium Red Violet

📋 copy color: '#B82FAA'

red 184 ◦ green 47 ◦ blue 170

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

Shades of Medium Red Violet #B82FAA

Tints of Medium Red Violet #B82FAA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.72%

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

R = 45.89%
G = 11.72%
B = 42.39%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#B82FAA (or 0xB82FAA) is known color: Medium Red Violet. HEX triplet: B8, 2F and AA. RGB value is (184,47,170). Sum of RGB (Red+Green+Blue) = 184+47+170=401 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.89% from 401); Green value is 47 (18.75% from 255 or 11.72% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 184 - color contains mainly: red. Hex color #B82FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82FAA is #47D055. Grayscale: #656565. Windows color (decimal): -4706390 or 11153336. OLE color: 11153336.

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

Color convert

RGB 184 47 170 -
CMYK 0 0.74 0.08 0.28
HSL 306.13º 0.59% 0.45% -
HSV(B) 306.13º 0.74% 0.72% -
XYZ 28.04 15.13 39.47 -
YUV 101.99 166.39 186.5 -
System Red Green Blue C M Y K H S L
Decimal 184 47 170 0 0.74 0.08 0.28 306.13 0.59 0.45
Hex B8 2F AA 0 4A 8 1C 132 3B 2D
Octal 270 57 252 0 112 10 34 462 73 55
Binary 10111000 101111 10101010 0 1001010 1000 11100 100110010 111011 101101

Color Harmonies of #B82FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82FAA

Black with #B82FAA

Text Example


Text Example

White with #B82FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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