Html Css Color HEX #BA029D Medium Violet Red

📋 copy color: '#BA029D'

red 186 ◦ green 2 ◦ blue 157

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

Shades of Medium Violet Red #BA029D

Tints of Medium Violet Red #BA029D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 45.51%

R = 53.91%
G = 0.58%
B = 45.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BA029D (or 0xBA029D) is known color: Medium Violet Red. HEX triplet: BA, 02 and 9D. RGB value is (186,2,157). Sum of RGB (Red+Green+Blue) = 186+2+157=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 2 (1.17% from 255 or 0.58% from 345); Blue value is 157 (61.72% from 255 or 45.51% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA029D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA029D is #45FD62. Grayscale: #4A4A4A. Windows color (decimal): -4586851 or 10289850. OLE color: 10289850.

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

Color convert

RGB 186 2 157 -
CMYK 0 0.99 0.16 0.27
HSL 309.46º 0.98% 0.37% -
HSV(B) 309.46º 0.99% 0.73% -
XYZ 26.36 12.92 33 -
YUV 74.69 174.46 207.4 -
System Red Green Blue C M Y K H S L
Decimal 186 2 157 0 0.99 0.16 0.27 309.46 0.98 0.37
Hex BA 2 9D 0 63 10 1B 135 62 25
Octal 272 2 235 0 143 20 33 465 142 45
Binary 10111010 10 10011101 0 1100011 10000 11011 100110101 1100010 100101

Color Harmonies of #BA029D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA029D

Black with #BA029D

Text Example


Text Example

White with #BA029D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA029D; }

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

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

background-color css

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

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

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

border-color css

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

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

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