Html Css Color HEX #BA63DE Medium Orchid

📋 copy color: '#BA63DE'

red 186 ◦ green 99 ◦ blue 222

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

Shades of Medium Orchid #BA63DE

Tints of Medium Orchid #BA63DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.79%

R = 36.69%
G = 19.53%
B = 43.79%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA63DE (or 0xBA63DE) is known color: Medium Orchid. HEX triplet: BA, 63 and DE. RGB value is (186,99,222). Sum of RGB (Red+Green+Blue) = 186+99+222=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 99 (39.06% from 255 or 19.53% from 507); Blue value is 222 (87.11% from 255 or 43.79% from 507); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA63DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA63DE is #459C21. Grayscale: #8A8A8A. Windows color (decimal): -4561954 or 14574522. OLE color: 14574522.

HSL color Cylindrical-coordinate representation of color #BA63DE: hue angle of 282.44º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA63DE is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 99 222 -
CMYK 0.16 0.55 0 0.13
HSL 282.44º 0.65% 0.63% -
HSV(B) 282.44º 0.55% 0.87% -
XYZ 37.9 24.64 71.87 -
YUV 139.04 174.82 161.5 -
System Red Green Blue C M Y K H S L
Decimal 186 99 222 0.16 0.55 0 0.13 282.44 0.65 0.63
Hex BA 63 DE 10 37 0 D 11A 41 3F
Octal 272 143 336 20 67 0 15 432 101 77
Binary 10111010 1100011 11011110 10000 110111 0 1101 100011010 1000001 111111

Color Harmonies of #BA63DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA63DE

Black with #BA63DE

Text Example


Text Example

White with #BA63DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA63DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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