Html Css Color HEX #BA209C Medium Violet Red

📋 copy color: '#BA209C'

red 186 ◦ green 32 ◦ blue 156

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

Shades of Medium Violet Red #BA209C

Tints of Medium Violet Red #BA209C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.71%

R = 49.73%
G = 8.56%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BA209C (or 0xBA209C) is known color: Medium Violet Red. HEX triplet: BA, 20 and 9C. RGB value is (186,32,156). Sum of RGB (Red+Green+Blue) = 186+32+156=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 32 (12.89% from 255 or 8.56% from 374); Blue value is 156 (61.33% from 255 or 41.71% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA209C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA209C is #45DF63. Grayscale: #5B5B5B. Windows color (decimal): -4579172 or 10231994. OLE color: 10231994.

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

Color convert

RGB 186 32 156 -
CMYK 0 0.83 0.16 0.27
HSL 311.69º 0.71% 0.43% -
HSV(B) 311.69º 0.83% 0.73% -
XYZ 26.77 13.87 32.72 -
YUV 92.18 164.02 194.92 -
System Red Green Blue C M Y K H S L
Decimal 186 32 156 0 0.83 0.16 0.27 311.69 0.71 0.43
Hex BA 20 9C 0 53 10 1B 138 47 2B
Octal 272 40 234 0 123 20 33 470 107 53
Binary 10111010 100000 10011100 0 1010011 10000 11011 100111000 1000111 101011

Color Harmonies of #BA209C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA209C

Black with #BA209C

Text Example


Text Example

White with #BA209C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA209C; }

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

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

background-color css

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

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

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

border-color css

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

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

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