Html Css Color HEX #BC5ECE Medium Orchid

📋 copy color: '#BC5ECE'

red 188 ◦ green 94 ◦ blue 206

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

Shades of Medium Orchid #BC5ECE

Tints of Medium Orchid #BC5ECE

RGB

 RED value IS 188 (73.83% from 255) = 38.52%

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

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

R = 38.52%
G = 19.26%
B = 42.21%

CMYK

 C value IS 0.09

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC5ECE (or 0xBC5ECE) is known color: Medium Orchid. HEX triplet: BC, 5E and CE. RGB value is (188,94,206). Sum of RGB (Red+Green+Blue) = 188+94+206=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 94 (37.11% from 255 or 19.26% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC5ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5ECE is #43A131. Grayscale: #868686. Windows color (decimal): -4432178 or 13524668. OLE color: 13524668.

HSL color Cylindrical-coordinate representation of color #BC5ECE: hue angle of 290.36º 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 #BC5ECE is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 94 206 -
CMYK 0.09 0.54 0 0.19
HSL 290.36º 0.53% 0.59% -
HSV(B) 290.36º 0.54% 0.81% -
XYZ 35.88 23.15 60.97 -
YUV 134.87 168.14 165.89 -
System Red Green Blue C M Y K H S L
Decimal 188 94 206 0.09 0.54 0 0.19 290.36 0.53 0.59
Hex BC 5E CE 9 36 0 13 122 35 3B
Octal 274 136 316 11 66 0 23 442 65 73
Binary 10111100 1011110 11001110 1001 110110 0 10011 100100010 110101 111011

Color Harmonies of #BC5ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5ECE

Black with #BC5ECE

Text Example


Text Example

White with #BC5ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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