Html Css Color HEX #BA028D Medium Violet Red

📋 copy color: '#BA028D'

red 186 ◦ green 2 ◦ blue 141

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

Shades of Medium Violet Red #BA028D

Tints of Medium Violet Red #BA028D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.86%

R = 56.53%
G = 0.61%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BA028D (or 0xBA028D) is known color: Medium Violet Red. HEX triplet: BA, 02 and 8D. RGB value is (186,2,141). Sum of RGB (Red+Green+Blue) = 186+2+141=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 2 (1.17% from 255 or 0.61% from 329); Blue value is 141 (55.47% from 255 or 42.86% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA028D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA028D is #45FD72. Grayscale: #484848. Windows color (decimal): -4586867 or 9241274. OLE color: 9241274.

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

Color convert

RGB 186 2 141 -
CMYK 0 0.99 0.24 0.27
HSL 314.67º 0.98% 0.37% -
HSV(B) 314.67º 0.99% 0.73% -
XYZ 25.08 12.41 26.27 -
YUV 72.86 166.46 208.7 -
System Red Green Blue C M Y K H S L
Decimal 186 2 141 0 0.99 0.24 0.27 314.67 0.98 0.37
Hex BA 2 8D 0 63 18 1B 13B 62 25
Octal 272 2 215 0 143 30 33 473 142 45
Binary 10111010 10 10001101 0 1100011 11000 11011 100111011 1100010 100101

Color Harmonies of #BA028D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA028D

Black with #BA028D

Text Example


Text Example

White with #BA028D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA028D; }

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

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

background-color css

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

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

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

border-color css

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

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

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