Html Css Color HEX #BA1F8D Medium Violet Red

📋 copy color: '#BA1F8D'

red 186 ◦ green 31 ◦ blue 141

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

Shades of Medium Violet Red #BA1F8D

Tints of Medium Violet Red #BA1F8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 39.39%

R = 51.96%
G = 8.66%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BA1F8D (or 0xBA1F8D) is known color: Medium Violet Red. HEX triplet: BA, 1F and 8D. RGB value is (186,31,141). Sum of RGB (Red+Green+Blue) = 186+31+141=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 31 (12.5% from 255 or 8.66% from 358); Blue value is 141 (55.47% from 255 or 39.39% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1F8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1F8D is #45E072. Grayscale: #595959. Windows color (decimal): -4579443 or 9248698. OLE color: 9248698.

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

Color convert

RGB 186 31 141 -
CMYK 0 0.83 0.24 0.27
HSL 317.42º 0.71% 0.43% -
HSV(B) 317.42º 0.83% 0.73% -
XYZ 25.55 13.34 26.43 -
YUV 89.89 156.85 196.56 -
System Red Green Blue C M Y K H S L
Decimal 186 31 141 0 0.83 0.24 0.27 317.42 0.71 0.43
Hex BA 1F 8D 0 53 18 1B 13D 47 2B
Octal 272 37 215 0 123 30 33 475 107 53
Binary 10111010 11111 10001101 0 1010011 11000 11011 100111101 1000111 101011

Color Harmonies of #BA1F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1F8D

Black with #BA1F8D

Text Example


Text Example

White with #BA1F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1F8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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