Html Css Color HEX #BA0273 Medium Violet Red

📋 copy color: '#BA0273'

red 186 ◦ green 2 ◦ blue 115

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

Shades of Medium Violet Red #BA0273

Tints of Medium Violet Red #BA0273

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.66%

 BLUE value IS 115 (45.31% from 255) = 37.95%

R = 61.39%
G = 0.66%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BA0273 (or 0xBA0273) is known color: Medium Violet Red. HEX triplet: BA, 02 and 73. RGB value is (186,2,115). Sum of RGB (Red+Green+Blue) = 186+2+115=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 2 (1.17% from 255 or 0.66% from 303); Blue value is 115 (45.31% from 255 or 37.95% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0273 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0273 is #45FD8C. Grayscale: #454545. Windows color (decimal): -4586893 or 7537338. OLE color: 7537338.

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

Color convert

RGB 186 2 115 -
CMYK 0 0.99 0.38 0.27
HSL 323.15º 0.98% 0.37% -
HSV(B) 323.15º 0.99% 0.73% -
XYZ 23.37 11.72 17.25 -
YUV 69.9 153.46 210.81 -
System Red Green Blue C M Y K H S L
Decimal 186 2 115 0 0.99 0.38 0.27 323.15 0.98 0.37
Hex BA 2 73 0 63 26 1B 143 62 25
Octal 272 2 163 0 143 46 33 503 142 45
Binary 10111010 10 1110011 0 1100011 100110 11011 101000011 1100010 100101

Color Harmonies of #BA0273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0273

Black with #BA0273

Text Example


Text Example

White with #BA0273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0273; }

 p { color: rgb(186,2,115); }

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

background-color css

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

 a { background-color: rgb(186,2,115); }

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

border-color css

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

 span { border-color: rgb(186,2,115); }

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