Html Css Color HEX #BA63EF Medium Orchid

📋 copy color: '#BA63EF'

red 186 ◦ green 99 ◦ blue 239

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

Shades of Medium Orchid #BA63EF

Tints of Medium Orchid #BA63EF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.89%

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

R = 35.5%
G = 18.89%
B = 45.61%

CMYK

 C value IS 0.22

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA63EF (or 0xBA63EF) is known color: Medium Orchid. HEX triplet: BA, 63 and EF. RGB value is (186,99,239). Sum of RGB (Red+Green+Blue) = 186+99+239=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 99 (39.06% from 255 or 18.89% from 524); Blue value is 239 (93.75% from 255 or 45.61% from 524); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA63EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA63EF is #459C10. Grayscale: #8C8C8C. Windows color (decimal): -4561937 or 15688634. OLE color: 15688634.

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

Color convert

RGB 186 99 239 -
CMYK 0.22 0.59 0 0.06
HSL 277.29º 0.81% 0.66% -
HSV(B) 277.29º 0.59% 0.94% -
XYZ 40.29 25.59 84.48 -
YUV 140.97 183.32 160.12 -
System Red Green Blue C M Y K H S L
Decimal 186 99 239 0.22 0.59 0 0.06 277.29 0.81 0.66
Hex BA 63 EF 16 3B 0 6 115 51 42
Octal 272 143 357 26 73 0 6 425 121 102
Binary 10111010 1100011 11101111 10110 111011 0 110 100010101 1010001 1000010

Color Harmonies of #BA63EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA63EF

Black with #BA63EF

Text Example


Text Example

White with #BA63EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA63EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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