Html Css Color HEX #BA1F8F Medium Violet Red

📋 copy color: '#BA1F8F'

red 186 ◦ green 31 ◦ blue 143

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

Shades of Medium Violet Red #BA1F8F

Tints of Medium Violet Red #BA1F8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 39.72%

R = 51.67%
G = 8.61%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BA1F8F (or 0xBA1F8F) is known color: Medium Violet Red. HEX triplet: BA, 1F and 8F. RGB value is (186,31,143). Sum of RGB (Red+Green+Blue) = 186+31+143=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 31 (12.5% from 255 or 8.61% from 360); Blue value is 143 (56.25% from 255 or 39.72% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1F8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1F8F is #45E070. Grayscale: #595959. Windows color (decimal): -4579441 or 9379770. OLE color: 9379770.

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

Color convert

RGB 186 31 143 -
CMYK 0 0.83 0.23 0.27
HSL 316.65º 0.71% 0.43% -
HSV(B) 316.65º 0.83% 0.73% -
XYZ 25.7 13.4 27.22 -
YUV 90.11 157.85 196.39 -
System Red Green Blue C M Y K H S L
Decimal 186 31 143 0 0.83 0.23 0.27 316.65 0.71 0.43
Hex BA 1F 8F 0 53 17 1B 13D 47 2B
Octal 272 37 217 0 123 27 33 475 107 53
Binary 10111010 11111 10001111 0 1010011 10111 11011 100111101 1000111 101011

Color Harmonies of #BA1F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1F8F

Black with #BA1F8F

Text Example


Text Example

White with #BA1F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1F8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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