Html Css Color HEX #BA206D Medium Violet Red

📋 copy color: '#BA206D'

red 186 ◦ green 32 ◦ blue 109

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

Shades of Medium Violet Red #BA206D

Tints of Medium Violet Red #BA206D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.33%

R = 56.88%
G = 9.79%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BA206D (or 0xBA206D) is known color: Medium Violet Red. HEX triplet: BA, 20 and 6D. RGB value is (186,32,109). Sum of RGB (Red+Green+Blue) = 186+32+109=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 32 (12.89% from 255 or 9.79% from 327); Blue value is 109 (42.97% from 255 or 33.33% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA206D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA206D is #45DF92. Grayscale: #565656. Windows color (decimal): -4579219 or 7151802. OLE color: 7151802.

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

Color convert

RGB 186 32 109 -
CMYK 0 0.83 0.41 0.27
HSL 330º 0.71% 0.43% -
HSV(B) 330º 0.83% 0.73% -
XYZ 23.53 12.58 15.66 -
YUV 86.82 140.52 198.74 -
System Red Green Blue C M Y K H S L
Decimal 186 32 109 0 0.83 0.41 0.27 330 0.71 0.43
Hex BA 20 6D 0 53 29 1B 14A 47 2B
Octal 272 40 155 0 123 51 33 512 107 53
Binary 10111010 100000 1101101 0 1010011 101001 11011 101001010 1000111 101011

Color Harmonies of #BA206D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA206D

Black with #BA206D

Text Example


Text Example

White with #BA206D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA206D; }

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

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

background-color css

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

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

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

border-color css

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

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

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