Html Css Color HEX #BA63EC Medium Orchid

📋 copy color: '#BA63EC'

red 186 ◦ green 99 ◦ blue 236

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

Shades of Medium Orchid #BA63EC

Tints of Medium Orchid #BA63EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.3%

R = 35.7%
G = 19%
B = 45.3%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA63EC (or 0xBA63EC) is known color: Medium Orchid. HEX triplet: BA, 63 and EC. RGB value is (186,99,236). Sum of RGB (Red+Green+Blue) = 186+99+236=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 99 (39.06% from 255 or 19.00% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA63EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA63EC is #459C13. Grayscale: #8C8C8C. Windows color (decimal): -4561940 or 15492026. OLE color: 15492026.

HSL color Cylindrical-coordinate representation of color #BA63EC: hue angle of 278.1º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA63EC is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 99 236 -
CMYK 0.21 0.58 0 0.07
HSL 278.1º 0.78% 0.66% -
HSV(B) 278.1º 0.58% 0.93% -
XYZ 39.85 25.42 82.16 -
YUV 140.63 181.82 160.36 -
System Red Green Blue C M Y K H S L
Decimal 186 99 236 0.21 0.58 0 0.07 278.1 0.78 0.66
Hex BA 63 EC 15 3A 0 7 116 4E 42
Octal 272 143 354 25 72 0 7 426 116 102
Binary 10111010 1100011 11101100 10101 111010 0 111 100010110 1001110 1000010

Color Harmonies of #BA63EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA63EC

Black with #BA63EC

Text Example


Text Example

White with #BA63EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA63EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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