Html Css Color HEX #BA21A0 Medium Violet Red

📋 copy color: '#BA21A0'

red 186 ◦ green 33 ◦ blue 160

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

Shades of Medium Violet Red #BA21A0

Tints of Medium Violet Red #BA21A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 42.22%

R = 49.08%
G = 8.71%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#BA21A0 (or 0xBA21A0) is known color: Medium Violet Red. HEX triplet: BA, 21 and A0. RGB value is (186,33,160). Sum of RGB (Red+Green+Blue) = 186+33+160=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 33 (13.28% from 255 or 8.71% from 379); Blue value is 160 (62.89% from 255 or 42.22% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA21A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA21A0 is #45DE5F. Grayscale: #5C5C5C. Windows color (decimal): -4578912 or 10494394. OLE color: 10494394.

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

Color convert

RGB 186 33 160 -
CMYK 0 0.82 0.14 0.27
HSL 310.2º 0.7% 0.43% -
HSV(B) 310.2º 0.82% 0.73% -
XYZ 27.14 14.06 34.54 -
YUV 93.23 165.69 194.17 -
System Red Green Blue C M Y K H S L
Decimal 186 33 160 0 0.82 0.14 0.27 310.2 0.7 0.43
Hex BA 21 A0 0 52 E 1B 136 46 2B
Octal 272 41 240 0 122 16 33 466 106 53
Binary 10111010 100001 10100000 0 1010010 1110 11011 100110110 1000110 101011

Color Harmonies of #BA21A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA21A0

Black with #BA21A0

Text Example


Text Example

White with #BA21A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA21A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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