Html Css Color HEX #BA3AD5 Medium Orchid

📋 copy color: '#BA3AD5'

red 186 ◦ green 58 ◦ blue 213

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

Shades of Medium Orchid #BA3AD5

Tints of Medium Orchid #BA3AD5

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.69%

 BLUE value IS 213 (83.59% from 255) = 46.61%

R = 40.7%
G = 12.69%
B = 46.61%

CMYK

 C value IS 0.13

 M value IS 0.73

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BA3AD5 (or 0xBA3AD5) is known color: Medium Orchid. HEX triplet: BA, 3A and D5. RGB value is (186,58,213). Sum of RGB (Red+Green+Blue) = 186+58+213=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 58 (23.05% from 255 or 12.69% from 457); Blue value is 213 (83.59% from 255 or 46.61% from 457); Max value from RGB is 213 - color contains mainly: blue. Hex color #BA3AD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3AD5 is #45C52A. Grayscale: #717171. Windows color (decimal): -4572459 or 13974202. OLE color: 13974202.

HSL color Cylindrical-coordinate representation of color #BA3AD5: hue angle of 289.55º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA3AD5 is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 58 213 -
CMYK 0.13 0.73 0 0.16
HSL 289.55º 0.65% 0.53% -
HSV(B) 289.55º 0.73% 0.84% -
XYZ 33.77 18.27 64.7 -
YUV 113.94 183.91 179.4 -
System Red Green Blue C M Y K H S L
Decimal 186 58 213 0.13 0.73 0 0.16 289.55 0.65 0.53
Hex BA 3A D5 D 49 0 10 122 41 35
Octal 272 72 325 15 111 0 20 442 101 65
Binary 10111010 111010 11010101 1101 1001001 0 10000 100100010 1000001 110101

Color Harmonies of #BA3AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3AD5

Black with #BA3AD5

Text Example


Text Example

White with #BA3AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3AD5; }

 p { color: rgb(186,58,213); }

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

background-color css

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

 a { background-color: rgb(186,58,213); }

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

border-color css

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

 span { border-color: rgb(186,58,213); }

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