Html Css Color HEX #B81FA5 Medium Violet Red

📋 copy color: '#B81FA5'

red 184 ◦ green 31 ◦ blue 165

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

Shades of Medium Violet Red #B81FA5

Tints of Medium Violet Red #B81FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 43.42%

R = 48.42%
G = 8.16%
B = 43.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.10

 K value IS 0.28

RGB Variations

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

Color information

#B81FA5 (or 0xB81FA5) is known color: Medium Violet Red. HEX triplet: B8, 1F and A5. RGB value is (184,31,165). Sum of RGB (Red+Green+Blue) = 184+31+165=380 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.42% from 380); Green value is 31 (12.5% from 255 or 8.16% from 380); Blue value is 165 (64.84% from 255 or 43.42% from 380); Max value from RGB is 184 - color contains mainly: red. Hex color #B81FA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B81FA5 is #47E05A. Grayscale: #5B5B5B. Windows color (decimal): -4710491 or 10821560. OLE color: 10821560.

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

Color convert

RGB 184 31 165 -
CMYK 0 0.83 0.10 0.28
HSL 307.45º 0.71% 0.42% -
HSV(B) 307.45º 0.83% 0.72% -
XYZ 27.05 13.89 36.85 -
YUV 92.02 169.19 193.6 -
System Red Green Blue C M Y K H S L
Decimal 184 31 165 0 0.83 0.10 0.28 307.45 0.71 0.42
Hex B8 1F A5 0 53 A 1C 133 47 2A
Octal 270 37 245 0 123 12 34 463 107 52
Binary 10111000 11111 10100101 0 1010011 1010 11100 100110011 1000111 101010

Color Harmonies of #B81FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81FA5

Black with #B81FA5

Text Example


Text Example

White with #B81FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81FA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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