Html Css Color HEX #BA63E6 Medium Orchid

📋 copy color: '#BA63E6'

red 186 ◦ green 99 ◦ blue 230

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

Shades of Medium Orchid #BA63E6

Tints of Medium Orchid #BA63E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 44.66%

R = 36.12%
G = 19.22%
B = 44.66%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BA63E6 (or 0xBA63E6) is known color: Medium Orchid. HEX triplet: BA, 63 and E6. RGB value is (186,99,230). Sum of RGB (Red+Green+Blue) = 186+99+230=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 99 (39.06% from 255 or 19.22% from 515); Blue value is 230 (90.23% from 255 or 44.66% from 515); Max value from RGB is 230 - color contains mainly: blue. Hex color #BA63E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA63E6 is #459C19. Grayscale: #8B8B8B. Windows color (decimal): -4561946 or 15098810. OLE color: 15098810.

HSL color Cylindrical-coordinate representation of color #BA63E6: hue angle of 279.85º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA63E6 is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 99 230 -
CMYK 0.19 0.57 0 0.10
HSL 279.85º 0.72% 0.65% -
HSV(B) 279.85º 0.57% 0.9% -
XYZ 38.99 25.08 77.65 -
YUV 139.95 178.82 160.85 -
System Red Green Blue C M Y K H S L
Decimal 186 99 230 0.19 0.57 0 0.10 279.85 0.72 0.65
Hex BA 63 E6 13 39 0 A 118 48 41
Octal 272 143 346 23 71 0 12 430 110 101
Binary 10111010 1100011 11100110 10011 111001 0 1010 100011000 1001000 1000001

Color Harmonies of #BA63E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA63E6

Black with #BA63E6

Text Example


Text Example

White with #BA63E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA63E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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