Html Css Color HEX #BC5ECD Medium Orchid

📋 copy color: '#BC5ECD'

red 188 ◦ green 94 ◦ blue 205

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

Shades of Medium Orchid #BC5ECD

Tints of Medium Orchid #BC5ECD

RGB

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

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

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

R = 38.6%
G = 19.3%
B = 42.09%

CMYK

 C value IS 0.08

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC5ECD (or 0xBC5ECD) is known color: Medium Orchid. HEX triplet: BC, 5E and CD. RGB value is (188,94,205). Sum of RGB (Red+Green+Blue) = 188+94+205=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 94 (37.11% from 255 or 19.30% from 487); Blue value is 205 (80.47% from 255 or 42.09% from 487); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC5ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5ECD is #43A132. Grayscale: #868686. Windows color (decimal): -4432179 or 13459132. OLE color: 13459132.

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

Color convert

RGB 188 94 205 -
CMYK 0.08 0.54 0 0.20
HSL 290.81º 0.53% 0.59% -
HSV(B) 290.81º 0.54% 0.8% -
XYZ 35.76 23.1 60.33 -
YUV 134.76 167.64 165.97 -
System Red Green Blue C M Y K H S L
Decimal 188 94 205 0.08 0.54 0 0.20 290.81 0.53 0.59
Hex BC 5E CD 8 36 0 14 123 35 3B
Octal 274 136 315 10 66 0 24 443 65 73
Binary 10111100 1011110 11001101 1000 110110 0 10100 100100011 110101 111011

Color Harmonies of #BC5ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5ECD

Black with #BC5ECD

Text Example


Text Example

White with #BC5ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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