Html Css Color HEX #BA357E Medium Red Violet

📋 copy color: '#BA357E'

red 186 ◦ green 53 ◦ blue 126

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

Shades of Medium Red Violet #BA357E

Tints of Medium Red Violet #BA357E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.52%

R = 50.96%
G = 14.52%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA357E (or 0xBA357E) is known color: Medium Red Violet. HEX triplet: BA, 35 and 7E. RGB value is (186,53,126). Sum of RGB (Red+Green+Blue) = 186+53+126=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 53 (21.09% from 255 or 14.52% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA357E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA357E is #45CA81. Grayscale: #646464. Windows color (decimal): -4573826 or 8271290. OLE color: 8271290.

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

Color convert

RGB 186 53 126 -
CMYK 0 0.72 0.32 0.27
HSL 327.07º 0.56% 0.47% -
HSV(B) 327.07º 0.72% 0.73% -
XYZ 25.29 14.49 21.2 -
YUV 101.09 142.06 188.56 -
System Red Green Blue C M Y K H S L
Decimal 186 53 126 0 0.72 0.32 0.27 327.07 0.56 0.47
Hex BA 35 7E 0 48 20 1B 147 38 2F
Octal 272 65 176 0 110 40 33 507 70 57
Binary 10111010 110101 1111110 0 1001000 100000 11011 101000111 111000 101111

Color Harmonies of #BA357E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA357E

Black with #BA357E

Text Example


Text Example

White with #BA357E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA357E; }

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

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

background-color css

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

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

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

border-color css

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

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

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