Html Css Color HEX #BC59EC Medium Orchid

📋 copy color: '#BC59EC'

red 188 ◦ green 89 ◦ blue 236

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

Shades of Medium Orchid #BC59EC

Tints of Medium Orchid #BC59EC

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.35%

 BLUE value IS 236 (92.58% from 255) = 46%

R = 36.65%
G = 17.35%
B = 46%

CMYK

 C value IS 0.20

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC59EC (or 0xBC59EC) is known color: Medium Orchid. HEX triplet: BC, 59 and EC. RGB value is (188,89,236). Sum of RGB (Red+Green+Blue) = 188+89+236=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 89 (35.16% from 255 or 17.35% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC59EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC59EC is #43A613. Grayscale: #868686. Windows color (decimal): -4433428 or 15489468. OLE color: 15489468.

HSL color Cylindrical-coordinate representation of color #BC59EC: hue angle of 280.41º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC59EC is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 89 236 -
CMYK 0.20 0.62 0 0.07
HSL 280.41º 0.79% 0.64% -
HSV(B) 280.41º 0.62% 0.93% -
XYZ 39.45 23.89 81.89 -
YUV 135.36 184.8 165.55 -
System Red Green Blue C M Y K H S L
Decimal 188 89 236 0.20 0.62 0 0.07 280.41 0.79 0.64
Hex BC 59 EC 14 3E 0 7 118 4F 40
Octal 274 131 354 24 76 0 7 430 117 100
Binary 10111100 1011001 11101100 10100 111110 0 111 100011000 1001111 1000000

Color Harmonies of #BC59EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC59EC

Black with #BC59EC

Text Example


Text Example

White with #BC59EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC59EC; }

 p { color: rgb(188,89,236); }

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

background-color css

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

 a { background-color: rgb(188,89,236); }

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

border-color css

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

 span { border-color: rgb(188,89,236); }

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