Html Css Color HEX #BA1F7F Medium Violet Red

📋 copy color: '#BA1F7F'

red 186 ◦ green 31 ◦ blue 127

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

Shades of Medium Violet Red #BA1F7F

Tints of Medium Violet Red #BA1F7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.92%

R = 54.07%
G = 9.01%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA1F7F (or 0xBA1F7F) is known color: Medium Violet Red. HEX triplet: BA, 1F and 7F. RGB value is (186,31,127). Sum of RGB (Red+Green+Blue) = 186+31+127=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 31 (12.5% from 255 or 9.01% from 344); Blue value is 127 (50% from 255 or 36.92% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1F7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1F7F is #45E080. Grayscale: #585858. Windows color (decimal): -4579457 or 8331194. OLE color: 8331194.

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

Color convert

RGB 186 31 127 -
CMYK 0 0.83 0.32 0.27
HSL 322.84º 0.71% 0.43% -
HSV(B) 322.84º 0.83% 0.73% -
XYZ 24.57 12.95 21.28 -
YUV 88.29 149.85 197.69 -
System Red Green Blue C M Y K H S L
Decimal 186 31 127 0 0.83 0.32 0.27 322.84 0.71 0.43
Hex BA 1F 7F 0 53 20 1B 143 47 2B
Octal 272 37 177 0 123 40 33 503 107 53
Binary 10111010 11111 1111111 0 1010011 100000 11011 101000011 1000111 101011

Color Harmonies of #BA1F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1F7F

Black with #BA1F7F

Text Example


Text Example

White with #BA1F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1F7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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