Html Css Color HEX #BC63DF Medium Orchid

📋 copy color: '#BC63DF'

red 188 ◦ green 99 ◦ blue 223

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

Shades of Medium Orchid #BC63DF

Tints of Medium Orchid #BC63DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.73%

R = 36.86%
G = 19.41%
B = 43.73%

CMYK

 C value IS 0.16

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC63DF (or 0xBC63DF) is known color: Medium Orchid. HEX triplet: BC, 63 and DF. RGB value is (188,99,223). Sum of RGB (Red+Green+Blue) = 188+99+223=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 99 (39.06% from 255 or 19.41% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC63DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC63DF is #439C20. Grayscale: #8B8B8B. Windows color (decimal): -4430881 or 14640060. OLE color: 14640060.

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

Color convert

RGB 188 99 223 -
CMYK 0.16 0.56 0 0.13
HSL 283.06º 0.66% 0.63% -
HSV(B) 283.06º 0.56% 0.87% -
XYZ 38.52 24.94 72.6 -
YUV 139.75 174.99 162.42 -
System Red Green Blue C M Y K H S L
Decimal 188 99 223 0.16 0.56 0 0.13 283.06 0.66 0.63
Hex BC 63 DF 10 38 0 D 11B 42 3F
Octal 274 143 337 20 70 0 15 433 102 77
Binary 10111100 1100011 11011111 10000 111000 0 1101 100011011 1000010 111111

Color Harmonies of #BC63DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC63DF

Black with #BC63DF

Text Example


Text Example

White with #BC63DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC63DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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