Html Css Color HEX #BC58EC Medium Orchid

📋 copy color: '#BC58EC'

red 188 ◦ green 88 ◦ blue 236

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

Shades of Medium Orchid #BC58EC

Tints of Medium Orchid #BC58EC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.19%

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

R = 36.72%
G = 17.19%
B = 46.09%

CMYK

 C value IS 0.20

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC58EC (or 0xBC58EC) is known color: Medium Orchid. HEX triplet: BC, 58 and EC. RGB value is (188,88,236). Sum of RGB (Red+Green+Blue) = 188+88+236=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 88 (34.77% from 255 or 17.19% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC58EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC58EC is #43A713. Grayscale: #868686. Windows color (decimal): -4433684 or 15489212. OLE color: 15489212.

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

Color convert

RGB 188 88 236 -
CMYK 0.20 0.63 0 0.07
HSL 280.54º 0.8% 0.64% -
HSV(B) 280.54º 0.63% 0.93% -
XYZ 39.37 23.73 81.86 -
YUV 134.77 185.13 165.97 -
System Red Green Blue C M Y K H S L
Decimal 188 88 236 0.20 0.63 0 0.07 280.54 0.8 0.64
Hex BC 58 EC 14 3F 0 7 119 50 40
Octal 274 130 354 24 77 0 7 431 120 100
Binary 10111100 1011000 11101100 10100 111111 0 111 100011001 1010000 1000000

Color Harmonies of #BC58EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC58EC

Black with #BC58EC

Text Example


Text Example

White with #BC58EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC58EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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