Html Css Color HEX #BA6EDA Medium Orchid

📋 copy color: '#BA6EDA'

red 186 ◦ green 110 ◦ blue 218

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

Shades of Medium Orchid #BA6EDA

Tints of Medium Orchid #BA6EDA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.4%

 BLUE value IS 218 (85.55% from 255) = 42.41%

R = 36.19%
G = 21.4%
B = 42.41%

CMYK

 C value IS 0.15

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA6EDA (or 0xBA6EDA) is known color: Medium Orchid. HEX triplet: BA, 6E and DA. RGB value is (186,110,218). Sum of RGB (Red+Green+Blue) = 186+110+218=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 110 (43.36% from 255 or 21.40% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA6EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6EDA is #459125. Grayscale: #909090. Windows color (decimal): -4559142 or 14315194. OLE color: 14315194.

HSL color Cylindrical-coordinate representation of color #BA6EDA: hue angle of 282.22º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA6EDA is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 110 218 -
CMYK 0.15 0.50 0 0.15
HSL 282.22º 0.59% 0.64% -
HSV(B) 282.22º 0.5% 0.85% -
XYZ 38.48 26.65 69.45 -
YUV 145.04 169.18 157.22 -
System Red Green Blue C M Y K H S L
Decimal 186 110 218 0.15 0.50 0 0.15 282.22 0.59 0.64
Hex BA 6E DA F 32 0 F 11A 3B 40
Octal 272 156 332 17 62 0 17 432 73 100
Binary 10111010 1101110 11011010 1111 110010 0 1111 100011010 111011 1000000

Color Harmonies of #BA6EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6EDA

Black with #BA6EDA

Text Example


Text Example

White with #BA6EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6EDA; }

 p { color: rgb(186,110,218); }

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

background-color css

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

 a { background-color: rgb(186,110,218); }

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

border-color css

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

 span { border-color: rgb(186,110,218); }

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