Html Css Color HEX #BA6ED5 Medium Orchid

📋 copy color: '#BA6ED5'

red 186 ◦ green 110 ◦ blue 213

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

Shades of Medium Orchid #BA6ED5

Tints of Medium Orchid #BA6ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.85%

R = 36.54%
G = 21.61%
B = 41.85%

CMYK

 C value IS 0.13

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BA6ED5 (or 0xBA6ED5) is known color: Medium Orchid. HEX triplet: BA, 6E and D5. RGB value is (186,110,213). Sum of RGB (Red+Green+Blue) = 186+110+213=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 110 (43.36% from 255 or 21.61% from 509); Blue value is 213 (83.59% from 255 or 41.85% from 509); Max value from RGB is 213 - color contains mainly: blue. Hex color #BA6ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6ED5 is #45912A. Grayscale: #909090. Windows color (decimal): -4559147 or 13987514. OLE color: 13987514.

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

Color convert

RGB 186 110 213 -
CMYK 0.13 0.48 0 0.16
HSL 284.27º 0.55% 0.63% -
HSV(B) 284.27º 0.48% 0.84% -
XYZ 37.84 26.4 66.05 -
YUV 144.47 166.68 157.62 -
System Red Green Blue C M Y K H S L
Decimal 186 110 213 0.13 0.48 0 0.16 284.27 0.55 0.63
Hex BA 6E D5 D 30 0 10 11C 37 3F
Octal 272 156 325 15 60 0 20 434 67 77
Binary 10111010 1101110 11010101 1101 110000 0 10000 100011100 110111 111111

Color Harmonies of #BA6ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6ED5

Black with #BA6ED5

Text Example


Text Example

White with #BA6ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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