Html Css Color HEX #BA5ECE Medium Orchid

📋 copy color: '#BA5ECE'

red 186 ◦ green 94 ◦ blue 206

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

Shades of Medium Orchid #BA5ECE

Tints of Medium Orchid #BA5ECE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.34%

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

R = 38.27%
G = 19.34%
B = 42.39%

CMYK

 C value IS 0.10

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA5ECE (or 0xBA5ECE) is known color: Medium Orchid. HEX triplet: BA, 5E and CE. RGB value is (186,94,206). Sum of RGB (Red+Green+Blue) = 186+94+206=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 94 (37.11% from 255 or 19.34% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA5ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5ECE is #45A131. Grayscale: #858585. Windows color (decimal): -4563250 or 13524666. OLE color: 13524666.

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

Color convert

RGB 186 94 206 -
CMYK 0.10 0.54 0 0.19
HSL 289.29º 0.53% 0.59% -
HSV(B) 289.29º 0.54% 0.81% -
XYZ 35.39 22.9 60.95 -
YUV 134.28 168.48 164.89 -
System Red Green Blue C M Y K H S L
Decimal 186 94 206 0.10 0.54 0 0.19 289.29 0.53 0.59
Hex BA 5E CE A 36 0 13 121 35 3B
Octal 272 136 316 12 66 0 23 441 65 73
Binary 10111010 1011110 11001110 1010 110110 0 10011 100100001 110101 111011

Color Harmonies of #BA5ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5ECE

Black with #BA5ECE

Text Example


Text Example

White with #BA5ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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