Html Css Color HEX #BA6ECE Medium Orchid

📋 copy color: '#BA6ECE'

red 186 ◦ green 110 ◦ blue 206

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

Shades of Medium Orchid #BA6ECE

Tints of Medium Orchid #BA6ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.04%

R = 37.05%
G = 21.91%
B = 41.04%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA6ECE (or 0xBA6ECE) is known color: Medium Orchid. HEX triplet: BA, 6E and CE. RGB value is (186,110,206). Sum of RGB (Red+Green+Blue) = 186+110+206=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 110 (43.36% from 255 or 21.91% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA6ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6ECE is #459131. Grayscale: #8F8F8F. Windows color (decimal): -4559154 or 13528762. OLE color: 13528762.

HSL color Cylindrical-coordinate representation of color #BA6ECE: hue angle of 287.5º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA6ECE is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 110 206 -
CMYK 0.10 0.47 0 0.19
HSL 287.5º 0.49% 0.62% -
HSV(B) 287.5º 0.47% 0.81% -
XYZ 36.97 26.05 61.47 -
YUV 143.67 163.18 158.19 -
System Red Green Blue C M Y K H S L
Decimal 186 110 206 0.10 0.47 0 0.19 287.5 0.49 0.62
Hex BA 6E CE A 2F 0 13 120 31 3E
Octal 272 156 316 12 57 0 23 440 61 76
Binary 10111010 1101110 11001110 1010 101111 0 10011 100100000 110001 111110

Color Harmonies of #BA6ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6ECE

Black with #BA6ECE

Text Example


Text Example

White with #BA6ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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