Html Css Color HEX #BA1F70 Medium Violet Red

📋 copy color: '#BA1F70'

red 186 ◦ green 31 ◦ blue 112

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

Shades of Medium Violet Red #BA1F70

Tints of Medium Violet Red #BA1F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 34.04%

R = 56.53%
G = 9.42%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BA1F70 (or 0xBA1F70) is known color: Medium Violet Red. HEX triplet: BA, 1F and 70. RGB value is (186,31,112). Sum of RGB (Red+Green+Blue) = 186+31+112=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 31 (12.5% from 255 or 9.42% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1F70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1F70 is #45E08F. Grayscale: #565656. Windows color (decimal): -4579472 or 7348154. OLE color: 7348154.

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

Color convert

RGB 186 31 112 -
CMYK 0 0.83 0.40 0.27
HSL 328.65º 0.71% 0.43% -
HSV(B) 328.65º 0.83% 0.73% -
XYZ 23.66 12.59 16.51 -
YUV 86.58 142.35 198.91 -
System Red Green Blue C M Y K H S L
Decimal 186 31 112 0 0.83 0.40 0.27 328.65 0.71 0.43
Hex BA 1F 70 0 53 28 1B 149 47 2B
Octal 272 37 160 0 123 50 33 511 107 53
Binary 10111010 11111 1110000 0 1010011 101000 11011 101001001 1000111 101011

Color Harmonies of #BA1F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1F70

Black with #BA1F70

Text Example


Text Example

White with #BA1F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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