Html Css Color HEX #BA38A3 Medium Red Violet

📋 copy color: '#BA38A3'

red 186 ◦ green 56 ◦ blue 163

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

Shades of Medium Red Violet #BA38A3

Tints of Medium Red Violet #BA38A3

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.83%

 BLUE value IS 163 (64.06% from 255) = 40.25%

R = 45.93%
G = 13.83%
B = 40.25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#BA38A3 (or 0xBA38A3) is known color: Medium Red Violet. HEX triplet: BA, 38 and A3. RGB value is (186,56,163). Sum of RGB (Red+Green+Blue) = 186+56+163=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 56 (22.27% from 255 or 13.83% from 405); Blue value is 163 (64.06% from 255 or 40.25% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA38A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA38A3 is #45C75C. Grayscale: #6A6A6A. Windows color (decimal): -4573021 or 10696890. OLE color: 10696890.

HSL color Cylindrical-coordinate representation of color #BA38A3: hue angle of 310.62º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA38A3 is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 56 163 -
CMYK 0 0.70 0.12 0.27
HSL 310.62º 0.54% 0.47% -
HSV(B) 310.62º 0.7% 0.73% -
XYZ 28.27 15.91 36.23 -
YUV 107.07 159.57 184.3 -
System Red Green Blue C M Y K H S L
Decimal 186 56 163 0 0.70 0.12 0.27 310.62 0.54 0.47
Hex BA 38 A3 0 46 C 1B 137 36 2F
Octal 272 70 243 0 106 14 33 467 66 57
Binary 10111010 111000 10100011 0 1000110 1100 11011 100110111 110110 101111

Color Harmonies of #BA38A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA38A3

Black with #BA38A3

Text Example


Text Example

White with #BA38A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA38A3; }

 p { color: rgb(186,56,163); }

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

background-color css

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

 a { background-color: rgb(186,56,163); }

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

border-color css

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

 span { border-color: rgb(186,56,163); }

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