Html Css Color HEX #BC63EC Medium Orchid

📋 copy color: '#BC63EC'

red 188 ◦ green 99 ◦ blue 236

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

Shades of Medium Orchid #BC63EC

Tints of Medium Orchid #BC63EC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.93%

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

R = 35.95%
G = 18.93%
B = 45.12%

CMYK

 C value IS 0.20

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC63EC (or 0xBC63EC) is known color: Medium Orchid. HEX triplet: BC, 63 and EC. RGB value is (188,99,236). Sum of RGB (Red+Green+Blue) = 188+99+236=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 99 (39.06% from 255 or 18.93% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC63EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC63EC is #439C13. Grayscale: #8C8C8C. Windows color (decimal): -4430868 or 15492028. OLE color: 15492028.

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

Color convert

RGB 188 99 236 -
CMYK 0.20 0.58 0 0.07
HSL 278.98º 0.78% 0.66% -
HSV(B) 278.98º 0.58% 0.93% -
XYZ 40.34 25.67 82.19 -
YUV 141.23 181.49 161.36 -
System Red Green Blue C M Y K H S L
Decimal 188 99 236 0.20 0.58 0 0.07 278.98 0.78 0.66
Hex BC 63 EC 14 3A 0 7 117 4E 42
Octal 274 143 354 24 72 0 7 427 116 102
Binary 10111100 1100011 11101100 10100 111010 0 111 100010111 1001110 1000010

Color Harmonies of #BC63EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC63EC

Black with #BC63EC

Text Example


Text Example

White with #BC63EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC63EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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