Html Css Color HEX #BA53EF Medium Orchid

📋 copy color: '#BA53EF'

red 186 ◦ green 83 ◦ blue 239

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

Shades of Medium Orchid #BA53EF

Tints of Medium Orchid #BA53EF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.34%

 BLUE value IS 239 (93.75% from 255) = 47.05%

R = 36.61%
G = 16.34%
B = 47.05%

CMYK

 C value IS 0.22

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA53EF (or 0xBA53EF) is known color: Medium Orchid. HEX triplet: BA, 53 and EF. RGB value is (186,83,239). Sum of RGB (Red+Green+Blue) = 186+83+239=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 83 (32.81% from 255 or 16.34% from 508); Blue value is 239 (93.75% from 255 or 47.05% from 508); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA53EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA53EF is #45AC10. Grayscale: #838383. Windows color (decimal): -4566033 or 15684538. OLE color: 15684538.

HSL color Cylindrical-coordinate representation of color #BA53EF: hue angle of 279.62º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA53EF is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 83 239 -
CMYK 0.22 0.65 0 0.06
HSL 279.62º 0.83% 0.63% -
HSV(B) 279.62º 0.65% 0.94% -
XYZ 38.92 22.86 84.02 -
YUV 131.58 188.62 166.82 -
System Red Green Blue C M Y K H S L
Decimal 186 83 239 0.22 0.65 0 0.06 279.62 0.83 0.63
Hex BA 53 EF 16 41 0 6 118 53 3F
Octal 272 123 357 26 101 0 6 430 123 77
Binary 10111010 1010011 11101111 10110 1000001 0 110 100011000 1010011 111111

Color Harmonies of #BA53EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA53EF

Black with #BA53EF

Text Example


Text Example

White with #BA53EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA53EF; }

 p { color: rgb(186,83,239); }

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

background-color css

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

 a { background-color: rgb(186,83,239); }

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

border-color css

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

 span { border-color: rgb(186,83,239); }

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