Html Css Color HEX #BA017D Medium Violet Red

📋 copy color: '#BA017D'

red 186 ◦ green 1 ◦ blue 125

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

Shades of Medium Violet Red #BA017D

Tints of Medium Violet Red #BA017D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 40.06%

R = 59.62%
G = 0.32%
B = 40.06%

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

#BA017D (or 0xBA017D) is known color: Medium Violet Red. HEX triplet: BA, 01 and 7D. RGB value is (186,1,125). Sum of RGB (Red+Green+Blue) = 186+1+125=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 1 (0.78% from 255 or 0.32% from 312); Blue value is 125 (49.22% from 255 or 40.06% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA017D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA017D is #45FE82. Grayscale: #464646. Windows color (decimal): -4587139 or 8192442. OLE color: 8192442.

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

Color convert

RGB 186 1 125 -
CMYK 0 0.99 0.33 0.27
HSL 319.78º 0.99% 0.37% -
HSV(B) 319.78º 0.99% 0.73% -
XYZ 23.96 11.94 20.44 -
YUV 70.45 158.79 210.42 -
System Red Green Blue C M Y K H S L
Decimal 186 1 125 0 0.99 0.33 0.27 319.78 0.99 0.37
Hex BA 1 7D 0 63 21 1B 140 63 25
Octal 272 1 175 0 143 41 33 500 143 45
Binary 10111010 1 1111101 0 1100011 100001 11011 101000000 1100011 100101

Color Harmonies of #BA017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA017D

Black with #BA017D

Text Example


Text Example

White with #BA017D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA017D; }

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

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

background-color css

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

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

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

border-color css

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

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

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