Html Css Color HEX #BA33A9 Medium Red Violet

📋 copy color: '#BA33A9'

red 186 ◦ green 51 ◦ blue 169

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

Shades of Medium Red Violet #BA33A9

Tints of Medium Red Violet #BA33A9

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.56%

 BLUE value IS 169 (66.41% from 255) = 41.63%

R = 45.81%
G = 12.56%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BA33A9 (or 0xBA33A9) is known color: Medium Red Violet. HEX triplet: BA, 33 and A9. RGB value is (186,51,169). Sum of RGB (Red+Green+Blue) = 186+51+169=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 51 (20.31% from 255 or 12.56% from 406); Blue value is 169 (66.41% from 255 or 41.63% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA33A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA33A9 is #45CC56. Grayscale: #686868. Windows color (decimal): -4574295 or 11088826. OLE color: 11088826.

HSL color Cylindrical-coordinate representation of color #BA33A9: hue angle of 307.56º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA33A9 is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 51 169 -
CMYK 0 0.73 0.09 0.27
HSL 307.56º 0.57% 0.46% -
HSV(B) 307.56º 0.73% 0.73% -
XYZ 28.59 15.67 39.05 -
YUV 104.82 164.23 185.91 -
System Red Green Blue C M Y K H S L
Decimal 186 51 169 0 0.73 0.09 0.27 307.56 0.57 0.46
Hex BA 33 A9 0 49 9 1B 134 39 2E
Octal 272 63 251 0 111 11 33 464 71 56
Binary 10111010 110011 10101001 0 1001001 1001 11011 100110100 111001 101110

Color Harmonies of #BA33A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA33A9

Black with #BA33A9

Text Example


Text Example

White with #BA33A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA33A9; }

 p { color: rgb(186,51,169); }

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

background-color css

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

 a { background-color: rgb(186,51,169); }

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

border-color css

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

 span { border-color: rgb(186,51,169); }

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