Html Css Color HEX #BA63F6 Medium Orchid

📋 copy color: '#BA63F6'

red 186 ◦ green 99 ◦ blue 246

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

Shades of Medium Orchid #BA63F6

Tints of Medium Orchid #BA63F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 46.33%

R = 35.03%
G = 18.64%
B = 46.33%

CMYK

 C value IS 0.24

 M value IS 0.60

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BA63F6 (or 0xBA63F6) is known color: Medium Orchid. HEX triplet: BA, 63 and F6. RGB value is (186,99,246). Sum of RGB (Red+Green+Blue) = 186+99+246=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 99 (39.06% from 255 or 18.64% from 531); Blue value is 246 (96.48% from 255 or 46.33% from 531); Max value from RGB is 246 - color contains mainly: blue. Hex color #BA63F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA63F6 is #459C09. Grayscale: #8D8D8D. Windows color (decimal): -4561930 or 16147386. OLE color: 16147386.

HSL color Cylindrical-coordinate representation of color #BA63F6: hue angle of 275.51º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA63F6 is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 99 246 -
CMYK 0.24 0.60 0 0.04
HSL 275.51º 0.89% 0.68% -
HSV(B) 275.51º 0.6% 0.96% -
XYZ 41.35 26.02 90.03 -
YUV 141.77 186.82 159.55 -
System Red Green Blue C M Y K H S L
Decimal 186 99 246 0.24 0.60 0 0.04 275.51 0.89 0.68
Hex BA 63 F6 18 3C 0 4 114 59 44
Octal 272 143 366 30 74 0 4 424 131 104
Binary 10111010 1100011 11110110 11000 111100 0 100 100010100 1011001 1000100

Color Harmonies of #BA63F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA63F6

Black with #BA63F6

Text Example


Text Example

White with #BA63F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA63F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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