Html Css Color HEX #BA219C Medium Violet Red

📋 copy color: '#BA219C'

red 186 ◦ green 33 ◦ blue 156

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

Shades of Medium Violet Red #BA219C

Tints of Medium Violet Red #BA219C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.8%

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

R = 49.6%
G = 8.8%
B = 41.6%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BA219C (or 0xBA219C) is known color: Medium Violet Red. HEX triplet: BA, 21 and 9C. RGB value is (186,33,156). Sum of RGB (Red+Green+Blue) = 186+33+156=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 33 (13.28% from 255 or 8.8% from 375); Blue value is 156 (61.33% from 255 or 41.6% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA219C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA219C is #45DE63. Grayscale: #5C5C5C. Windows color (decimal): -4578916 or 10232250. OLE color: 10232250.

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

Color convert

RGB 186 33 156 -
CMYK 0 0.82 0.16 0.27
HSL 311.76º 0.7% 0.43% -
HSV(B) 311.76º 0.82% 0.73% -
XYZ 26.79 13.93 32.73 -
YUV 92.77 163.69 194.5 -
System Red Green Blue C M Y K H S L
Decimal 186 33 156 0 0.82 0.16 0.27 311.76 0.7 0.43
Hex BA 21 9C 0 52 10 1B 138 46 2B
Octal 272 41 234 0 122 20 33 470 106 53
Binary 10111010 100001 10011100 0 1010010 10000 11011 100111000 1000110 101011

Color Harmonies of #BA219C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA219C

Black with #BA219C

Text Example


Text Example

White with #BA219C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA219C; }

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

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

background-color css

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

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

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

border-color css

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

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

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