Html Css Color HEX #BC63DE Medium Orchid

📋 copy color: '#BC63DE'

red 188 ◦ green 99 ◦ blue 222

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

Shades of Medium Orchid #BC63DE

Tints of Medium Orchid #BC63DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.61%

R = 36.94%
G = 19.45%
B = 43.61%

CMYK

 C value IS 0.15

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC63DE (or 0xBC63DE) is known color: Medium Orchid. HEX triplet: BC, 63 and DE. RGB value is (188,99,222). Sum of RGB (Red+Green+Blue) = 188+99+222=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 99 (39.06% from 255 or 19.45% from 509); Blue value is 222 (87.11% from 255 or 43.61% from 509); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC63DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC63DE is #439C21. Grayscale: #8B8B8B. Windows color (decimal): -4430882 or 14574524. OLE color: 14574524.

HSL color Cylindrical-coordinate representation of color #BC63DE: hue angle of 283.41º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC63DE is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 99 222 -
CMYK 0.15 0.55 0 0.13
HSL 283.41º 0.65% 0.63% -
HSV(B) 283.41º 0.55% 0.87% -
XYZ 38.39 24.89 71.89 -
YUV 139.63 174.49 162.5 -
System Red Green Blue C M Y K H S L
Decimal 188 99 222 0.15 0.55 0 0.13 283.41 0.65 0.63
Hex BC 63 DE F 37 0 D 11B 41 3F
Octal 274 143 336 17 67 0 15 433 101 77
Binary 10111100 1100011 11011110 1111 110111 0 1101 100011011 1000001 111111

Color Harmonies of #BC63DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC63DE

Black with #BC63DE

Text Example


Text Example

White with #BC63DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC63DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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