Html Css Color HEX #BA1F84 Medium Violet Red

📋 copy color: '#BA1F84'

red 186 ◦ green 31 ◦ blue 132

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

Shades of Medium Violet Red #BA1F84

Tints of Medium Violet Red #BA1F84

RGB

 RED value IS 186 (73.05% from 255) = 53.3%

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

 BLUE value IS 132 (51.95% from 255) = 37.82%

R = 53.3%
G = 8.88%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BA1F84 (or 0xBA1F84) is known color: Medium Violet Red. HEX triplet: BA, 1F and 84. RGB value is (186,31,132). Sum of RGB (Red+Green+Blue) = 186+31+132=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 31 (12.5% from 255 or 8.88% from 349); Blue value is 132 (51.95% from 255 or 37.82% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1F84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1F84 is #45E07B. Grayscale: #585858. Windows color (decimal): -4579452 or 8658874. OLE color: 8658874.

HSL color Cylindrical-coordinate representation of color #BA1F84: hue angle of 320.9º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA1F84 is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 31 132 -
CMYK 0 0.83 0.29 0.27
HSL 320.9º 0.71% 0.43% -
HSV(B) 320.9º 0.83% 0.73% -
XYZ 24.9 13.09 23.04 -
YUV 88.86 152.35 197.29 -
System Red Green Blue C M Y K H S L
Decimal 186 31 132 0 0.83 0.29 0.27 320.9 0.71 0.43
Hex BA 1F 84 0 53 1D 1B 141 47 2B
Octal 272 37 204 0 123 35 33 501 107 53
Binary 10111010 11111 10000100 0 1010011 11101 11011 101000001 1000111 101011

Color Harmonies of #BA1F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1F84

Black with #BA1F84

Text Example


Text Example

White with #BA1F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1F84; }

 p { color: rgb(186,31,132); }

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

background-color css

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

 a { background-color: rgb(186,31,132); }

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

border-color css

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

 span { border-color: rgb(186,31,132); }

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