Html Css Color HEX #BA6ECD Medium Orchid

📋 copy color: '#BA6ECD'

red 186 ◦ green 110 ◦ blue 205

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

Shades of Medium Orchid #BA6ECD

Tints of Medium Orchid #BA6ECD

RGB

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

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

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

R = 37.13%
G = 21.96%
B = 40.92%

CMYK

 C value IS 0.09

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA6ECD (or 0xBA6ECD) is known color: Medium Orchid. HEX triplet: BA, 6E and CD. RGB value is (186,110,205). Sum of RGB (Red+Green+Blue) = 186+110+205=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 110 (43.36% from 255 or 21.96% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA6ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6ECD is #459132. Grayscale: #8F8F8F. Windows color (decimal): -4559155 or 13463226. OLE color: 13463226.

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

Color convert

RGB 186 110 205 -
CMYK 0.09 0.46 0 0.20
HSL 288º 0.49% 0.62% -
HSV(B) 288º 0.46% 0.8% -
XYZ 36.85 26 60.83 -
YUV 143.55 162.68 158.28 -
System Red Green Blue C M Y K H S L
Decimal 186 110 205 0.09 0.46 0 0.20 288 0.49 0.62
Hex BA 6E CD 9 2E 0 14 120 31 3E
Octal 272 156 315 11 56 0 24 440 61 76
Binary 10111010 1101110 11001101 1001 101110 0 10100 100100000 110001 111110

Color Harmonies of #BA6ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6ECD

Black with #BA6ECD

Text Example


Text Example

White with #BA6ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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