Html Css Color HEX #BA0D7E Medium Violet Red

📋 copy color: '#BA0D7E'

red 186 ◦ green 13 ◦ blue 126

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

Shades of Medium Violet Red #BA0D7E

Tints of Medium Violet Red #BA0D7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 38.77%

R = 57.23%
G = 4%
B = 38.77%

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

#BA0D7E (or 0xBA0D7E) is known color: Medium Violet Red. HEX triplet: BA, 0D and 7E. RGB value is (186,13,126). Sum of RGB (Red+Green+Blue) = 186+13+126=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 13 (5.47% from 255 or 4% from 325); Blue value is 126 (49.61% from 255 or 38.77% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0D7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0D7E is #45F281. Grayscale: #4D4D4D. Windows color (decimal): -4584066 or 8261050. OLE color: 8261050.

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

Color convert

RGB 186 13 126 -
CMYK 0 0.93 0.32 0.27
HSL 320.81º 0.87% 0.39% -
HSV(B) 320.81º 0.93% 0.73% -
XYZ 24.16 12.23 20.83 -
YUV 77.61 155.31 205.31 -
System Red Green Blue C M Y K H S L
Decimal 186 13 126 0 0.93 0.32 0.27 320.81 0.87 0.39
Hex BA D 7E 0 5D 20 1B 141 57 27
Octal 272 15 176 0 135 40 33 501 127 47
Binary 10111010 1101 1111110 0 1011101 100000 11011 101000001 1010111 100111

Color Harmonies of #BA0D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0D7E

Black with #BA0D7E

Text Example


Text Example

White with #BA0D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0D7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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