Html Css Color HEX #BA208D Medium Violet Red

📋 copy color: '#BA208D'

red 186 ◦ green 32 ◦ blue 141

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

Shades of Medium Violet Red #BA208D

Tints of Medium Violet Red #BA208D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.91%

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

R = 51.81%
G = 8.91%
B = 39.28%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BA208D (or 0xBA208D) is known color: Medium Violet Red. HEX triplet: BA, 20 and 8D. RGB value is (186,32,141). Sum of RGB (Red+Green+Blue) = 186+32+141=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 32 (12.89% from 255 or 8.91% from 359); Blue value is 141 (55.47% from 255 or 39.28% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA208D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA208D is #45DF72. Grayscale: #5A5A5A. Windows color (decimal): -4579187 or 9248954. OLE color: 9248954.

HSL color Cylindrical-coordinate representation of color #BA208D: hue angle of 317.53º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA208D is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 32 141 -
CMYK 0 0.83 0.24 0.27
HSL 317.53º 0.71% 0.43% -
HSV(B) 317.53º 0.83% 0.73% -
XYZ 25.57 13.4 26.44 -
YUV 90.47 156.52 196.14 -
System Red Green Blue C M Y K H S L
Decimal 186 32 141 0 0.83 0.24 0.27 317.53 0.71 0.43
Hex BA 20 8D 0 53 18 1B 13E 47 2B
Octal 272 40 215 0 123 30 33 476 107 53
Binary 10111010 100000 10001101 0 1010011 11000 11011 100111110 1000111 101011

Color Harmonies of #BA208D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA208D

Black with #BA208D

Text Example


Text Example

White with #BA208D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA208D; }

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

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

background-color css

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

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

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

border-color css

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

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

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