Html Css Color HEX #BA007F Medium Violet Red

📋 copy color: '#BA007F'

red 186 ◦ green 0 ◦ blue 127

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

Shades of Medium Violet Red #BA007F

Tints of Medium Violet Red #BA007F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 59.42%
G = 0%
B = 40.58%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA007F (or 0xBA007F) is known color: Medium Violet Red. HEX triplet: BA, 00 and 7F. RGB value is (186,0,127). Sum of RGB (Red+Green+Blue) = 186+0+127=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 127 (50% from 255 or 40.58% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA007F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA007F is #45FF80. Grayscale: #454545. Windows color (decimal): -4587393 or 8323258. OLE color: 8323258.

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

Color convert

RGB 186 0 127 -
CMYK 0 1 0.32 0.27
HSL 319.03º 1% 0.36% -
HSV(B) 319.03º 1% 0.73% -
XYZ 24.08 11.97 21.12 -
YUV 70.09 160.12 210.67 -
System Red Green Blue C M Y K H S L
Decimal 186 0 127 0 1 0.32 0.27 319.03 1 0.36
Hex BA 0 7F 0 64 20 1B 13F 64 24
Octal 272 0 177 0 144 40 33 477 144 44
Binary 10111010 0 1111111 0 1100100 100000 11011 100111111 1100100 100100

Color Harmonies of #BA007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA007F

Black with #BA007F

Text Example


Text Example

White with #BA007F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA007F; }

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

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

background-color css

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

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

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

border-color css

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

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

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