Html Css Color HEX #BA0A7D Medium Violet Red

📋 copy color: '#BA0A7D'

red 186 ◦ green 10 ◦ blue 125

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

Shades of Medium Violet Red #BA0A7D

Tints of Medium Violet Red #BA0A7D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.12%

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

R = 57.94%
G = 3.12%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA0A7D (or 0xBA0A7D) is known color: Medium Violet Red. HEX triplet: BA, 0A and 7D. RGB value is (186,10,125). Sum of RGB (Red+Green+Blue) = 186+10+125=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 10 (4.30% from 255 or 3.12% from 321); Blue value is 125 (49.22% from 255 or 38.94% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0A7D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0A7D is #45F582. Grayscale: #4B4B4B. Windows color (decimal): -4584835 or 8194746. OLE color: 8194746.

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

Color convert

RGB 186 10 125 -
CMYK 0 0.95 0.33 0.27
HSL 320.8º 0.9% 0.38% -
HSV(B) 320.8º 0.95% 0.73% -
XYZ 24.06 12.14 20.48 -
YUV 75.73 155.81 206.65 -
System Red Green Blue C M Y K H S L
Decimal 186 10 125 0 0.95 0.33 0.27 320.8 0.9 0.38
Hex BA A 7D 0 5F 21 1B 141 5A 26
Octal 272 12 175 0 137 41 33 501 132 46
Binary 10111010 1010 1111101 0 1011111 100001 11011 101000001 1011010 100110

Color Harmonies of #BA0A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0A7D

Black with #BA0A7D

Text Example


Text Example

White with #BA0A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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