Html Css Color HEX #BC63E9 Medium Orchid

📋 copy color: '#BC63E9'

red 188 ◦ green 99 ◦ blue 233

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

Shades of Medium Orchid #BC63E9

Tints of Medium Orchid #BC63E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 44.81%

R = 36.15%
G = 19.04%
B = 44.81%

CMYK

 C value IS 0.19

 M value IS 0.58

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BC63E9 (or 0xBC63E9) is known color: Medium Orchid. HEX triplet: BC, 63 and E9. RGB value is (188,99,233). Sum of RGB (Red+Green+Blue) = 188+99+233=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 99 (39.06% from 255 or 19.04% from 520); Blue value is 233 (91.41% from 255 or 44.81% from 520); Max value from RGB is 233 - color contains mainly: blue. Hex color #BC63E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC63E9 is #439C16. Grayscale: #8C8C8C. Windows color (decimal): -4430871 or 15295420. OLE color: 15295420.

HSL color Cylindrical-coordinate representation of color #BC63E9: hue angle of 279.85º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC63E9 is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 99 233 -
CMYK 0.19 0.58 0 0.09
HSL 279.85º 0.75% 0.65% -
HSV(B) 279.85º 0.58% 0.91% -
XYZ 39.91 25.5 79.91 -
YUV 140.89 179.99 161.6 -
System Red Green Blue C M Y K H S L
Decimal 188 99 233 0.19 0.58 0 0.09 279.85 0.75 0.65
Hex BC 63 E9 13 3A 0 9 118 4B 41
Octal 274 143 351 23 72 0 11 430 113 101
Binary 10111100 1100011 11101001 10011 111010 0 1001 100011000 1001011 1000001

Color Harmonies of #BC63E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC63E9

Black with #BC63E9

Text Example


Text Example

White with #BC63E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC63E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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