Html Css Color HEX #BA12A2 Medium Violet Red

📋 copy color: '#BA12A2'

red 186 ◦ green 18 ◦ blue 162

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

Shades of Medium Violet Red #BA12A2

Tints of Medium Violet Red #BA12A2

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.92%

 BLUE value IS 162 (63.67% from 255) = 44.26%

R = 50.82%
G = 4.92%
B = 44.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#BA12A2 (or 0xBA12A2) is known color: Medium Violet Red. HEX triplet: BA, 12 and A2. RGB value is (186,18,162). Sum of RGB (Red+Green+Blue) = 186+18+162=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 18 (7.42% from 255 or 4.92% from 366); Blue value is 162 (63.67% from 255 or 44.26% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA12A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA12A2 is #45ED5D. Grayscale: #545454. Windows color (decimal): -4582750 or 10621626. OLE color: 10621626.

HSL color Cylindrical-coordinate representation of color #BA12A2: hue angle of 308.57º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA12A2 is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 18 162 -
CMYK 0 0.90 0.13 0.27
HSL 308.57º 0.82% 0.4% -
HSV(B) 308.57º 0.9% 0.73% -
XYZ 26.99 13.48 35.36 -
YUV 84.65 171.66 200.29 -
System Red Green Blue C M Y K H S L
Decimal 186 18 162 0 0.90 0.13 0.27 308.57 0.82 0.4
Hex BA 12 A2 0 5A D 1B 135 52 28
Octal 272 22 242 0 132 15 33 465 122 50
Binary 10111010 10010 10100010 0 1011010 1101 11011 100110101 1010010 101000

Color Harmonies of #BA12A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA12A2

Black with #BA12A2

Text Example


Text Example

White with #BA12A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA12A2; }

 p { color: rgb(186,18,162); }

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

background-color css

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

 a { background-color: rgb(186,18,162); }

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

border-color css

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

 span { border-color: rgb(186,18,162); }

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