Html Css Color HEX #BA35A5 Medium Red Violet

📋 copy color: '#BA35A5'

red 186 ◦ green 53 ◦ blue 165

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

Shades of Medium Red Violet #BA35A5

Tints of Medium Red Violet #BA35A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 40.84%

R = 46.04%
G = 13.12%
B = 40.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BA35A5 (or 0xBA35A5) is known color: Medium Red Violet. HEX triplet: BA, 35 and A5. RGB value is (186,53,165). Sum of RGB (Red+Green+Blue) = 186+53+165=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 53 (21.09% from 255 or 13.12% from 404); Blue value is 165 (64.84% from 255 or 40.84% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA35A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA35A5 is #45CA5A. Grayscale: #696969. Windows color (decimal): -4573787 or 10827194. OLE color: 10827194.

HSL color Cylindrical-coordinate representation of color #BA35A5: hue angle of 309.47º 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 #BA35A5 is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 53 165 -
CMYK 0 0.72 0.11 0.27
HSL 309.47º 0.56% 0.47% -
HSV(B) 309.47º 0.72% 0.73% -
XYZ 28.31 15.7 37.14 -
YUV 105.54 161.56 185.39 -
System Red Green Blue C M Y K H S L
Decimal 186 53 165 0 0.72 0.11 0.27 309.47 0.56 0.47
Hex BA 35 A5 0 48 B 1B 135 38 2F
Octal 272 65 245 0 110 13 33 465 70 57
Binary 10111010 110101 10100101 0 1001000 1011 11011 100110101 111000 101111

Color Harmonies of #BA35A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA35A5

Black with #BA35A5

Text Example


Text Example

White with #BA35A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA35A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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