Html Css Color HEX #BA029F Medium Violet Red

📋 copy color: '#BA029F'

red 186 ◦ green 2 ◦ blue 159

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

Shades of Medium Violet Red #BA029F

Tints of Medium Violet Red #BA029F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 45.82%

R = 53.6%
G = 0.58%
B = 45.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BA029F (or 0xBA029F) is known color: Medium Violet Red. HEX triplet: BA, 02 and 9F. RGB value is (186,2,159). Sum of RGB (Red+Green+Blue) = 186+2+159=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 2 (1.17% from 255 or 0.58% from 347); Blue value is 159 (62.5% from 255 or 45.82% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA029F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA029F is #45FD60. Grayscale: #4A4A4A. Windows color (decimal): -4586849 or 10420922. OLE color: 10420922.

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

Color convert

RGB 186 2 159 -
CMYK 0 0.99 0.15 0.27
HSL 308.8º 0.98% 0.37% -
HSV(B) 308.8º 0.99% 0.73% -
XYZ 26.53 12.99 33.91 -
YUV 74.91 175.46 207.23 -
System Red Green Blue C M Y K H S L
Decimal 186 2 159 0 0.99 0.15 0.27 308.8 0.98 0.37
Hex BA 2 9F 0 63 F 1B 135 62 25
Octal 272 2 237 0 143 17 33 465 142 45
Binary 10111010 10 10011111 0 1100011 1111 11011 100110101 1100010 100101

Color Harmonies of #BA029F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA029F

Black with #BA029F

Text Example


Text Example

White with #BA029F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA029F; }

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

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

background-color css

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

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

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

border-color css

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

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

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