Html Css Color HEX #BA63CE Medium Orchid

📋 copy color: '#BA63CE'

red 186 ◦ green 99 ◦ blue 206

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

Shades of Medium Orchid #BA63CE

Tints of Medium Orchid #BA63CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.96%

R = 37.88%
G = 20.16%
B = 41.96%

CMYK

 C value IS 0.10

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA63CE (or 0xBA63CE) is known color: Medium Orchid. HEX triplet: BA, 63 and CE. RGB value is (186,99,206). Sum of RGB (Red+Green+Blue) = 186+99+206=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 99 (39.06% from 255 or 20.16% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA63CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA63CE is #459C31. Grayscale: #888888. Windows color (decimal): -4561970 or 13525946. OLE color: 13525946.

HSL color Cylindrical-coordinate representation of color #BA63CE: hue angle of 288.79º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA63CE is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 99 206 -
CMYK 0.10 0.52 0 0.19
HSL 288.79º 0.52% 0.6% -
HSV(B) 288.79º 0.52% 0.81% -
XYZ 35.85 23.82 61.1 -
YUV 137.21 166.82 162.8 -
System Red Green Blue C M Y K H S L
Decimal 186 99 206 0.10 0.52 0 0.19 288.79 0.52 0.6
Hex BA 63 CE A 34 0 13 121 34 3C
Octal 272 143 316 12 64 0 23 441 64 74
Binary 10111010 1100011 11001110 1010 110100 0 10011 100100001 110100 111100

Color Harmonies of #BA63CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA63CE

Black with #BA63CE

Text Example


Text Example

White with #BA63CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA63CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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