Html Css Color HEX #BA017F Medium Violet Red

📋 copy color: '#BA017F'

red 186 ◦ green 1 ◦ blue 127

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

Shades of Medium Violet Red #BA017F

Tints of Medium Violet Red #BA017F

RGB

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

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

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

R = 59.24%
G = 0.32%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA017F (or 0xBA017F) is known color: Medium Violet Red. HEX triplet: BA, 01 and 7F. RGB value is (186,1,127). Sum of RGB (Red+Green+Blue) = 186+1+127=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 1 (0.78% from 255 or 0.32% from 314); Blue value is 127 (50% from 255 or 40.45% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA017F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA017F is #45FE80. Grayscale: #464646. Windows color (decimal): -4587137 or 8323514. OLE color: 8323514.

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

Color convert

RGB 186 1 127 -
CMYK 0 0.99 0.32 0.27
HSL 319.14º 0.99% 0.37% -
HSV(B) 319.14º 0.99% 0.73% -
XYZ 24.09 11.99 21.12 -
YUV 70.68 159.79 210.25 -
System Red Green Blue C M Y K H S L
Decimal 186 1 127 0 0.99 0.32 0.27 319.14 0.99 0.37
Hex BA 1 7F 0 63 20 1B 13F 63 25
Octal 272 1 177 0 143 40 33 477 143 45
Binary 10111010 1 1111111 0 1100011 100000 11011 100111111 1100011 100101

Color Harmonies of #BA017F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA017F

Black with #BA017F

Text Example


Text Example

White with #BA017F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA017F; }

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

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

background-color css

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

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

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

border-color css

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

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

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