Html Css Color HEX #BC63E3 Medium Orchid

📋 copy color: '#BC63E3'

red 188 ◦ green 99 ◦ blue 227

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

Shades of Medium Orchid #BC63E3

Tints of Medium Orchid #BC63E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 44.16%

R = 36.58%
G = 19.26%
B = 44.16%

CMYK

 C value IS 0.17

 M value IS 0.56

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BC63E3 (or 0xBC63E3) is known color: Medium Orchid. HEX triplet: BC, 63 and E3. RGB value is (188,99,227). Sum of RGB (Red+Green+Blue) = 188+99+227=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 99 (39.06% from 255 or 19.26% from 514); Blue value is 227 (89.06% from 255 or 44.16% from 514); Max value from RGB is 227 - color contains mainly: blue. Hex color #BC63E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC63E3 is #439C1C. Grayscale: #8B8B8B. Windows color (decimal): -4430877 or 14902204. OLE color: 14902204.

HSL color Cylindrical-coordinate representation of color #BC63E3: hue angle of 281.72º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC63E3 is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 99 227 -
CMYK 0.17 0.56 0 0.11
HSL 281.72º 0.7% 0.64% -
HSV(B) 281.72º 0.56% 0.89% -
XYZ 39.07 25.16 75.47 -
YUV 140.2 176.99 162.09 -
System Red Green Blue C M Y K H S L
Decimal 188 99 227 0.17 0.56 0 0.11 281.72 0.7 0.64
Hex BC 63 E3 11 38 0 B 11A 46 40
Octal 274 143 343 21 70 0 13 432 106 100
Binary 10111100 1100011 11100011 10001 111000 0 1011 100011010 1000110 1000000

Color Harmonies of #BC63E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC63E3

Black with #BC63E3

Text Example


Text Example

White with #BC63E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC63E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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