Html Css Color HEX #BA359A Medium Red Violet

📋 copy color: '#BA359A'

red 186 ◦ green 53 ◦ blue 154

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

Shades of Medium Red Violet #BA359A

Tints of Medium Red Violet #BA359A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.49%

 BLUE value IS 154 (60.55% from 255) = 39.19%

R = 47.33%
G = 13.49%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BA359A (or 0xBA359A) is known color: Medium Red Violet. HEX triplet: BA, 35 and 9A. RGB value is (186,53,154). Sum of RGB (Red+Green+Blue) = 186+53+154=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 53 (21.09% from 255 or 13.49% from 393); Blue value is 154 (60.55% from 255 or 39.19% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA359A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA359A is #45CA65. Grayscale: #686868. Windows color (decimal): -4573798 or 10106298. OLE color: 10106298.

HSL color Cylindrical-coordinate representation of color #BA359A: hue angle of 314.44º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA359A is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 53 154 -
CMYK 0 0.72 0.17 0.27
HSL 314.44º 0.56% 0.47% -
HSV(B) 314.44º 0.72% 0.73% -
XYZ 27.36 15.32 32.09 -
YUV 104.28 156.06 186.29 -
System Red Green Blue C M Y K H S L
Decimal 186 53 154 0 0.72 0.17 0.27 314.44 0.56 0.47
Hex BA 35 9A 0 48 11 1B 13A 38 2F
Octal 272 65 232 0 110 21 33 472 70 57
Binary 10111010 110101 10011010 0 1001000 10001 11011 100111010 111000 101111

Color Harmonies of #BA359A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA359A

Black with #BA359A

Text Example


Text Example

White with #BA359A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA359A; }

 p { color: rgb(186,53,154); }

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

background-color css

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

 a { background-color: rgb(186,53,154); }

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

border-color css

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

 span { border-color: rgb(186,53,154); }

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