Html Css Color HEX #BA3299 Medium Red Violet

📋 copy color: '#BA3299'

red 186 ◦ green 50 ◦ blue 153

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

Shades of Medium Red Violet #BA3299

Tints of Medium Red Violet #BA3299

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.85%

 BLUE value IS 153 (60.16% from 255) = 39.33%

R = 47.81%
G = 12.85%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BA3299 (or 0xBA3299) is known color: Medium Red Violet. HEX triplet: BA, 32 and 99. RGB value is (186,50,153). Sum of RGB (Red+Green+Blue) = 186+50+153=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 50 (19.92% from 255 or 12.85% from 389); Blue value is 153 (60.16% from 255 or 39.33% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3299 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3299 is #45CD66. Grayscale: #666666. Windows color (decimal): -4574567 or 10039994. OLE color: 10039994.

HSL color Cylindrical-coordinate representation of color #BA3299: hue angle of 314.56º degrees, saturation: 0.58, 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 #BA3299 is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 50 153 -
CMYK 0 0.73 0.18 0.27
HSL 314.56º 0.58% 0.46% -
HSV(B) 314.56º 0.73% 0.73% -
XYZ 27.14 15.02 31.61 -
YUV 102.41 156.56 187.62 -
System Red Green Blue C M Y K H S L
Decimal 186 50 153 0 0.73 0.18 0.27 314.56 0.58 0.46
Hex BA 32 99 0 49 12 1B 13B 3A 2E
Octal 272 62 231 0 111 22 33 473 72 56
Binary 10111010 110010 10011001 0 1001001 10010 11011 100111011 111010 101110

Color Harmonies of #BA3299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3299

Black with #BA3299

Text Example


Text Example

White with #BA3299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3299; }

 p { color: rgb(186,50,153); }

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

background-color css

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

 a { background-color: rgb(186,50,153); }

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

border-color css

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

 span { border-color: rgb(186,50,153); }

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