Html Css Color HEX #BA1F7A Medium Violet Red

📋 copy color: '#BA1F7A'

red 186 ◦ green 31 ◦ blue 122

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

Shades of Medium Violet Red #BA1F7A

Tints of Medium Violet Red #BA1F7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.99%

R = 54.87%
G = 9.14%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BA1F7A (or 0xBA1F7A) is known color: Medium Violet Red. HEX triplet: BA, 1F and 7A. RGB value is (186,31,122). Sum of RGB (Red+Green+Blue) = 186+31+122=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 31 (12.5% from 255 or 9.14% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1F7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1F7A is #45E085. Grayscale: #575757. Windows color (decimal): -4579462 or 8003514. OLE color: 8003514.

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

Color convert

RGB 186 31 122 -
CMYK 0 0.83 0.34 0.27
HSL 324.77º 0.71% 0.43% -
HSV(B) 324.77º 0.83% 0.73% -
XYZ 24.25 12.82 19.61 -
YUV 87.72 147.35 198.1 -
System Red Green Blue C M Y K H S L
Decimal 186 31 122 0 0.83 0.34 0.27 324.77 0.71 0.43
Hex BA 1F 7A 0 53 22 1B 145 47 2B
Octal 272 37 172 0 123 42 33 505 107 53
Binary 10111010 11111 1111010 0 1010011 100010 11011 101000101 1000111 101011

Color Harmonies of #BA1F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1F7A

Black with #BA1F7A

Text Example


Text Example

White with #BA1F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1F7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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