Html Css Color HEX #B81FAA Medium Violet Red

📋 copy color: '#B81FAA'

red 184 ◦ green 31 ◦ blue 170

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

Shades of Medium Violet Red #B81FAA

Tints of Medium Violet Red #B81FAA

RGB

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

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

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

R = 47.79%
G = 8.05%
B = 44.16%

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

#B81FAA (or 0xB81FAA) is known color: Medium Violet Red. HEX triplet: B8, 1F and AA. RGB value is (184,31,170). Sum of RGB (Red+Green+Blue) = 184+31+170=385 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.79% from 385); Green value is 31 (12.5% from 255 or 8.05% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 184 - color contains mainly: red. Hex color #B81FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B81FAA is #47E055. Grayscale: #5C5C5C. Windows color (decimal): -4710486 or 11149240. OLE color: 11149240.

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

Color convert

RGB 184 31 170 -
CMYK 0 0.83 0.08 0.28
HSL 305.49º 0.71% 0.42% -
HSV(B) 305.49º 0.83% 0.72% -
XYZ 27.51 14.07 39.3 -
YUV 92.59 171.69 193.2 -
System Red Green Blue C M Y K H S L
Decimal 184 31 170 0 0.83 0.08 0.28 305.49 0.71 0.42
Hex B8 1F AA 0 53 8 1C 131 47 2A
Octal 270 37 252 0 123 10 34 461 107 52
Binary 10111000 11111 10101010 0 1010011 1000 11100 100110001 1000111 101010

Color Harmonies of #B81FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81FAA

Black with #B81FAA

Text Example


Text Example

White with #B81FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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