Html Css Color HEX #BA007A Medium Violet Red

📋 copy color: '#BA007A'

red 186 ◦ green 0 ◦ blue 122

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

Shades of Medium Violet Red #BA007A

Tints of Medium Violet Red #BA007A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 39.61%

R = 60.39%
G = 0%
B = 39.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BA007A (or 0xBA007A) is known color: Medium Violet Red. HEX triplet: BA, 00 and 7A. RGB value is (186,0,122). Sum of RGB (Red+Green+Blue) = 186+0+122=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 122 (48.05% from 255 or 39.61% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA007A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA007A is #45FF85. Grayscale: #454545. Windows color (decimal): -4587398 or 7995578. OLE color: 7995578.

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

Color convert

RGB 186 0 122 -
CMYK 0 1 0.34 0.27
HSL 320.65º 1% 0.36% -
HSV(B) 320.65º 1% 0.73% -
XYZ 23.76 11.84 19.45 -
YUV 69.52 157.62 211.08 -
System Red Green Blue C M Y K H S L
Decimal 186 0 122 0 1 0.34 0.27 320.65 1 0.36
Hex BA 0 7A 0 64 22 1B 141 64 24
Octal 272 0 172 0 144 42 33 501 144 44
Binary 10111010 0 1111010 0 1100100 100010 11011 101000001 1100100 100100

Color Harmonies of #BA007A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA007A

Black with #BA007A

Text Example


Text Example

White with #BA007A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA007A; }

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

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

background-color css

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

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

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

border-color css

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

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

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