Html Css Color HEX #BA63DD Medium Orchid

📋 copy color: '#BA63DD'

red 186 ◦ green 99 ◦ blue 221

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

Shades of Medium Orchid #BA63DD

Tints of Medium Orchid #BA63DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.68%

R = 36.76%
G = 19.57%
B = 43.68%

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

#BA63DD (or 0xBA63DD) is known color: Medium Orchid. HEX triplet: BA, 63 and DD. RGB value is (186,99,221). Sum of RGB (Red+Green+Blue) = 186+99+221=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 99 (39.06% from 255 or 19.57% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA63DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA63DD is #459C22. Grayscale: #8A8A8A. Windows color (decimal): -4561955 or 14508986. OLE color: 14508986.

HSL color Cylindrical-coordinate representation of color #BA63DD: hue angle of 282.79º degrees, saturation: 0.64, 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 #BA63DD is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 99 221 -
CMYK 0.16 0.55 0 0.13
HSL 282.79º 0.64% 0.63% -
HSV(B) 282.79º 0.55% 0.87% -
XYZ 37.76 24.58 71.16 -
YUV 138.92 174.32 161.58 -
System Red Green Blue C M Y K H S L
Decimal 186 99 221 0.16 0.55 0 0.13 282.79 0.64 0.63
Hex BA 63 DD 10 37 0 D 11B 40 3F
Octal 272 143 335 20 67 0 15 433 100 77
Binary 10111010 1100011 11011101 10000 110111 0 1101 100011011 1000000 111111

Color Harmonies of #BA63DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA63DD

Black with #BA63DD

Text Example


Text Example

White with #BA63DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA63DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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