Html Css Color HEX #BA0D7F Medium Violet Red

📋 copy color: '#BA0D7F'

red 186 ◦ green 13 ◦ blue 127

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

Shades of Medium Violet Red #BA0D7F

Tints of Medium Violet Red #BA0D7F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.99%

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

R = 57.06%
G = 3.99%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA0D7F (or 0xBA0D7F) is known color: Medium Violet Red. HEX triplet: BA, 0D and 7F. RGB value is (186,13,127). Sum of RGB (Red+Green+Blue) = 186+13+127=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 13 (5.47% from 255 or 3.99% from 326); Blue value is 127 (50% from 255 or 38.96% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0D7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0D7F is #45F280. Grayscale: #4D4D4D. Windows color (decimal): -4584065 or 8326586. OLE color: 8326586.

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

Color convert

RGB 186 13 127 -
CMYK 0 0.93 0.32 0.27
HSL 320.46º 0.87% 0.39% -
HSV(B) 320.46º 0.93% 0.73% -
XYZ 24.22 12.26 21.17 -
YUV 77.72 155.81 205.23 -
System Red Green Blue C M Y K H S L
Decimal 186 13 127 0 0.93 0.32 0.27 320.46 0.87 0.39
Hex BA D 7F 0 5D 20 1B 140 57 27
Octal 272 15 177 0 135 40 33 500 127 47
Binary 10111010 1101 1111111 0 1011101 100000 11011 101000000 1010111 100111

Color Harmonies of #BA0D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0D7F

Black with #BA0D7F

Text Example


Text Example

White with #BA0D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0D7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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