Html Css Color HEX #BA3ED5 Medium Orchid

📋 copy color: '#BA3ED5'

red 186 ◦ green 62 ◦ blue 213

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

Shades of Medium Orchid #BA3ED5

Tints of Medium Orchid #BA3ED5

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.45%

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

R = 40.35%
G = 13.45%
B = 46.2%

CMYK

 C value IS 0.13

 M value IS 0.71

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BA3ED5 (or 0xBA3ED5) is known color: Medium Orchid. HEX triplet: BA, 3E and D5. RGB value is (186,62,213). Sum of RGB (Red+Green+Blue) = 186+62+213=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 62 (24.61% from 255 or 13.45% from 461); Blue value is 213 (83.59% from 255 or 46.20% from 461); Max value from RGB is 213 - color contains mainly: blue. Hex color #BA3ED5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3ED5 is #45C12A. Grayscale: #737373. Windows color (decimal): -4571435 or 13975226. OLE color: 13975226.

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

Color convert

RGB 186 62 213 -
CMYK 0.13 0.71 0 0.16
HSL 289.27º 0.64% 0.54% -
HSV(B) 289.27º 0.71% 0.84% -
XYZ 33.98 18.69 64.77 -
YUV 116.29 182.58 177.72 -
System Red Green Blue C M Y K H S L
Decimal 186 62 213 0.13 0.71 0 0.16 289.27 0.64 0.54
Hex BA 3E D5 D 47 0 10 121 40 36
Octal 272 76 325 15 107 0 20 441 100 66
Binary 10111010 111110 11010101 1101 1000111 0 10000 100100001 1000000 110110

Color Harmonies of #BA3ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3ED5

Black with #BA3ED5

Text Example


Text Example

White with #BA3ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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