Html Css Color HEX #B81FA9 Medium Violet Red

📋 copy color: '#B81FA9'

red 184 ◦ green 31 ◦ blue 169

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

Shades of Medium Violet Red #B81FA9

Tints of Medium Violet Red #B81FA9

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.07%

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

R = 47.92%
G = 8.07%
B = 44.01%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#B81FA9 (or 0xB81FA9) is known color: Medium Violet Red. HEX triplet: B8, 1F and A9. RGB value is (184,31,169). Sum of RGB (Red+Green+Blue) = 184+31+169=384 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.92% from 384); Green value is 31 (12.5% from 255 or 8.07% from 384); Blue value is 169 (66.41% from 255 or 44.01% from 384); Max value from RGB is 184 - color contains mainly: red. Hex color #B81FA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B81FA9 is #47E056. Grayscale: #5C5C5C. Windows color (decimal): -4710487 or 11083704. OLE color: 11083704.

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

Color convert

RGB 184 31 169 -
CMYK 0 0.83 0.08 0.28
HSL 305.88º 0.71% 0.42% -
HSV(B) 305.88º 0.83% 0.72% -
XYZ 27.42 14.03 38.8 -
YUV 92.48 171.19 193.28 -
System Red Green Blue C M Y K H S L
Decimal 184 31 169 0 0.83 0.08 0.28 305.88 0.71 0.42
Hex B8 1F A9 0 53 8 1C 132 47 2A
Octal 270 37 251 0 123 10 34 462 107 52
Binary 10111000 11111 10101001 0 1010011 1000 11100 100110010 1000111 101010

Color Harmonies of #B81FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81FA9

Black with #B81FA9

Text Example


Text Example

White with #B81FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81FA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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