Html Css Color HEX #BA63CD Medium Orchid

📋 copy color: '#BA63CD'

red 186 ◦ green 99 ◦ blue 205

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

Shades of Medium Orchid #BA63CD

Tints of Medium Orchid #BA63CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.84%

R = 37.96%
G = 20.2%
B = 41.84%

CMYK

 C value IS 0.09

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA63CD (or 0xBA63CD) is known color: Medium Orchid. HEX triplet: BA, 63 and CD. RGB value is (186,99,205). Sum of RGB (Red+Green+Blue) = 186+99+205=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 99 (39.06% from 255 or 20.20% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA63CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA63CD is #459C32. Grayscale: #888888. Windows color (decimal): -4561971 or 13460410. OLE color: 13460410.

HSL color Cylindrical-coordinate representation of color #BA63CD: hue angle of 289.25º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA63CD is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 99 205 -
CMYK 0.09 0.52 0 0.20
HSL 289.25º 0.51% 0.6% -
HSV(B) 289.25º 0.52% 0.8% -
XYZ 35.73 23.77 60.46 -
YUV 137.1 166.32 162.88 -
System Red Green Blue C M Y K H S L
Decimal 186 99 205 0.09 0.52 0 0.20 289.25 0.51 0.6
Hex BA 63 CD 9 34 0 14 121 33 3C
Octal 272 143 315 11 64 0 24 441 63 74
Binary 10111010 1100011 11001101 1001 110100 0 10100 100100001 110011 111100

Color Harmonies of #BA63CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA63CD

Black with #BA63CD

Text Example


Text Example

White with #BA63CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA63CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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