Html Css Color HEX #BA38A6 Medium Red Violet

📋 copy color: '#BA38A6'

red 186 ◦ green 56 ◦ blue 166

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

Shades of Medium Red Violet #BA38A6

Tints of Medium Red Violet #BA38A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 40.69%

R = 45.59%
G = 13.73%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BA38A6 (or 0xBA38A6) is known color: Medium Red Violet. HEX triplet: BA, 38 and A6. RGB value is (186,56,166). Sum of RGB (Red+Green+Blue) = 186+56+166=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 56 (22.27% from 255 or 13.73% from 408); Blue value is 166 (65.23% from 255 or 40.69% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA38A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA38A6 is #45C759. Grayscale: #6B6B6B. Windows color (decimal): -4573018 or 10893498. OLE color: 10893498.

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

Color convert

RGB 186 56 166 -
CMYK 0 0.70 0.11 0.27
HSL 309.23º 0.54% 0.47% -
HSV(B) 309.23º 0.7% 0.73% -
XYZ 28.55 16.02 37.66 -
YUV 107.41 161.07 184.06 -
System Red Green Blue C M Y K H S L
Decimal 186 56 166 0 0.70 0.11 0.27 309.23 0.54 0.47
Hex BA 38 A6 0 46 B 1B 135 36 2F
Octal 272 70 246 0 106 13 33 465 66 57
Binary 10111010 111000 10100110 0 1000110 1011 11011 100110101 110110 101111

Color Harmonies of #BA38A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA38A6

Black with #BA38A6

Text Example


Text Example

White with #BA38A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA38A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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