Html Css Color HEX #BA2DA2 Medium Red Violet

📋 copy color: '#BA2DA2'

red 186 ◦ green 45 ◦ blue 162

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

Shades of Medium Red Violet #BA2DA2

Tints of Medium Red Violet #BA2DA2

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.45%

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

R = 47.33%
G = 11.45%
B = 41.22%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#BA2DA2 (or 0xBA2DA2) is known color: Medium Red Violet. HEX triplet: BA, 2D and A2. RGB value is (186,45,162). Sum of RGB (Red+Green+Blue) = 186+45+162=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 45 (17.97% from 255 or 11.45% from 393); Blue value is 162 (63.67% from 255 or 41.22% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2DA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2DA2 is #45D25D. Grayscale: #646464. Windows color (decimal): -4575838 or 10628538. OLE color: 10628538.

HSL color Cylindrical-coordinate representation of color #BA2DA2: hue angle of 310.21º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA2DA2 is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 45 162 -
CMYK 0 0.76 0.13 0.27
HSL 310.21º 0.61% 0.45% -
HSV(B) 310.21º 0.76% 0.73% -
XYZ 27.71 14.92 35.6 -
YUV 100.5 162.71 188.99 -
System Red Green Blue C M Y K H S L
Decimal 186 45 162 0 0.76 0.13 0.27 310.21 0.61 0.45
Hex BA 2D A2 0 4C D 1B 136 3D 2D
Octal 272 55 242 0 114 15 33 466 75 55
Binary 10111010 101101 10100010 0 1001100 1101 11011 100110110 111101 101101

Color Harmonies of #BA2DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2DA2

Black with #BA2DA2

Text Example


Text Example

White with #BA2DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2DA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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