Html Css Color HEX #BA21A5 Medium Violet Red

📋 copy color: '#BA21A5'

red 186 ◦ green 33 ◦ blue 165

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

Shades of Medium Violet Red #BA21A5

Tints of Medium Violet Red #BA21A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 42.97%

R = 48.44%
G = 8.59%
B = 42.97%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BA21A5 (or 0xBA21A5) is known color: Medium Violet Red. HEX triplet: BA, 21 and A5. RGB value is (186,33,165). Sum of RGB (Red+Green+Blue) = 186+33+165=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 33 (13.28% from 255 or 8.59% from 384); Blue value is 165 (64.84% from 255 or 42.97% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA21A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA21A5 is #45DE5A. Grayscale: #5D5D5D. Windows color (decimal): -4578907 or 10822074. OLE color: 10822074.

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

Color convert

RGB 186 33 165 -
CMYK 0 0.82 0.11 0.27
HSL 308.24º 0.7% 0.43% -
HSV(B) 308.24º 0.82% 0.73% -
XYZ 27.59 14.24 36.89 -
YUV 93.8 168.19 193.77 -
System Red Green Blue C M Y K H S L
Decimal 186 33 165 0 0.82 0.11 0.27 308.24 0.7 0.43
Hex BA 21 A5 0 52 B 1B 134 46 2B
Octal 272 41 245 0 122 13 33 464 106 53
Binary 10111010 100001 10100101 0 1010010 1011 11011 100110100 1000110 101011

Color Harmonies of #BA21A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA21A5

Black with #BA21A5

Text Example


Text Example

White with #BA21A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA21A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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