Html Css Color HEX #BC5DED Medium Orchid

📋 copy color: '#BC5DED'

red 188 ◦ green 93 ◦ blue 237

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

Shades of Medium Orchid #BC5DED

Tints of Medium Orchid #BC5DED

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.95%

 BLUE value IS 237 (92.97% from 255) = 45.75%

R = 36.29%
G = 17.95%
B = 45.75%

CMYK

 C value IS 0.21

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC5DED (or 0xBC5DED) is known color: Medium Orchid. HEX triplet: BC, 5D and ED. RGB value is (188,93,237). Sum of RGB (Red+Green+Blue) = 188+93+237=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 93 (36.72% from 255 or 17.95% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC5DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5DED is #43A212. Grayscale: #898989. Windows color (decimal): -4432403 or 15556028. OLE color: 15556028.

HSL color Cylindrical-coordinate representation of color #BC5DED: hue angle of 279.58º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC5DED is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 93 237 -
CMYK 0.21 0.61 0 0.07
HSL 279.58º 0.8% 0.65% -
HSV(B) 279.58º 0.61% 0.93% -
XYZ 39.94 24.63 82.77 -
YUV 137.82 183.97 163.79 -
System Red Green Blue C M Y K H S L
Decimal 188 93 237 0.21 0.61 0 0.07 279.58 0.8 0.65
Hex BC 5D ED 15 3D 0 7 118 50 41
Octal 274 135 355 25 75 0 7 430 120 101
Binary 10111100 1011101 11101101 10101 111101 0 111 100011000 1010000 1000001

Color Harmonies of #BC5DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5DED

Black with #BC5DED

Text Example


Text Example

White with #BC5DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5DED; }

 p { color: rgb(188,93,237); }

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

background-color css

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

 a { background-color: rgb(188,93,237); }

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

border-color css

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

 span { border-color: rgb(188,93,237); }

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