Html Css Color HEX #BA017C Medium Violet Red

📋 copy color: '#BA017C'

red 186 ◦ green 1 ◦ blue 124

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

Shades of Medium Violet Red #BA017C

Tints of Medium Violet Red #BA017C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

 BLUE value IS 124 (48.83% from 255) = 39.87%

R = 59.81%
G = 0.32%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA017C (or 0xBA017C) is known color: Medium Violet Red. HEX triplet: BA, 01 and 7C. RGB value is (186,1,124). Sum of RGB (Red+Green+Blue) = 186+1+124=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 1 (0.78% from 255 or 0.32% from 311); Blue value is 124 (48.83% from 255 or 39.87% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA017C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA017C is #45FE83. Grayscale: #464646. Windows color (decimal): -4587140 or 8126906. OLE color: 8126906.

HSL color Cylindrical-coordinate representation of color #BA017C: hue angle of 320.11º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA017C is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 1 124 -
CMYK 0 0.99 0.33 0.27
HSL 320.11º 0.99% 0.37% -
HSV(B) 320.11º 0.99% 0.73% -
XYZ 23.9 11.92 20.11 -
YUV 70.34 158.29 210.5 -
System Red Green Blue C M Y K H S L
Decimal 186 1 124 0 0.99 0.33 0.27 320.11 0.99 0.37
Hex BA 1 7C 0 63 21 1B 140 63 25
Octal 272 1 174 0 143 41 33 500 143 45
Binary 10111010 1 1111100 0 1100011 100001 11011 101000000 1100011 100101

Color Harmonies of #BA017C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA017C

Black with #BA017C

Text Example


Text Example

White with #BA017C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA017C; }

 p { color: rgb(186,1,124); }

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

background-color css

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

 a { background-color: rgb(186,1,124); }

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

border-color css

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

 span { border-color: rgb(186,1,124); }

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