Html Css Color HEX #BC5EED Medium Orchid

📋 copy color: '#BC5EED'

red 188 ◦ green 94 ◦ blue 237

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

Shades of Medium Orchid #BC5EED

Tints of Medium Orchid #BC5EED

RGB

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

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

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

R = 36.22%
G = 18.11%
B = 45.66%

CMYK

 C value IS 0.21

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC5EED (or 0xBC5EED) is known color: Medium Orchid. HEX triplet: BC, 5E and ED. RGB value is (188,94,237). Sum of RGB (Red+Green+Blue) = 188+94+237=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 94 (37.11% from 255 or 18.11% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC5EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5EED is #43A112. Grayscale: #898989. Windows color (decimal): -4432147 or 15556284. OLE color: 15556284.

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

Color convert

RGB 188 94 237 -
CMYK 0.21 0.60 0 0.07
HSL 279.44º 0.8% 0.65% -
HSV(B) 279.44º 0.6% 0.93% -
XYZ 40.03 24.81 82.8 -
YUV 138.41 183.64 163.37 -
System Red Green Blue C M Y K H S L
Decimal 188 94 237 0.21 0.60 0 0.07 279.44 0.8 0.65
Hex BC 5E ED 15 3C 0 7 117 50 41
Octal 274 136 355 25 74 0 7 427 120 101
Binary 10111100 1011110 11101101 10101 111100 0 111 100010111 1010000 1000001

Color Harmonies of #BC5EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5EED

Black with #BC5EED

Text Example


Text Example

White with #BC5EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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