Html Css Color HEX #B82FA9 Medium Red Violet

📋 copy color: '#B82FA9'

red 184 ◦ green 47 ◦ blue 169

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

Shades of Medium Red Violet #B82FA9

Tints of Medium Red Violet #B82FA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 42.25%

R = 46%
G = 11.75%
B = 42.25%

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

#B82FA9 (or 0xB82FA9) is known color: Medium Red Violet. HEX triplet: B8, 2F and A9. RGB value is (184,47,169). Sum of RGB (Red+Green+Blue) = 184+47+169=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 47 (18.75% from 255 or 11.75% from 400); Blue value is 169 (66.41% from 255 or 42.25% from 400); Max value from RGB is 184 - color contains mainly: red. Hex color #B82FA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82FA9 is #47D056. Grayscale: #656565. Windows color (decimal): -4706391 or 11087800. OLE color: 11087800.

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

Color convert

RGB 184 47 169 -
CMYK 0 0.74 0.08 0.28
HSL 306.57º 0.59% 0.45% -
HSV(B) 306.57º 0.74% 0.72% -
XYZ 27.95 15.09 38.98 -
YUV 101.87 165.89 186.58 -
System Red Green Blue C M Y K H S L
Decimal 184 47 169 0 0.74 0.08 0.28 306.57 0.59 0.45
Hex B8 2F A9 0 4A 8 1C 133 3B 2D
Octal 270 57 251 0 112 10 34 463 73 55
Binary 10111000 101111 10101001 0 1001010 1000 11100 100110011 111011 101101

Color Harmonies of #B82FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82FA9

Black with #B82FA9

Text Example


Text Example

White with #B82FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82FA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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