Html Css Color HEX #BC63DC Medium Orchid

📋 copy color: '#BC63DC'

red 188 ◦ green 99 ◦ blue 220

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

Shades of Medium Orchid #BC63DC

Tints of Medium Orchid #BC63DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.39%

R = 37.08%
G = 19.53%
B = 43.39%

CMYK

 C value IS 0.15

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC63DC (or 0xBC63DC) is known color: Medium Orchid. HEX triplet: BC, 63 and DC. RGB value is (188,99,220). Sum of RGB (Red+Green+Blue) = 188+99+220=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 99 (39.06% from 255 or 19.53% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC63DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC63DC is #439C23. Grayscale: #8B8B8B. Windows color (decimal): -4430884 or 14443452. OLE color: 14443452.

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

Color convert

RGB 188 99 220 -
CMYK 0.15 0.55 0 0.14
HSL 284.13º 0.63% 0.63% -
HSV(B) 284.13º 0.55% 0.86% -
XYZ 38.12 24.78 70.48 -
YUV 139.41 173.49 162.66 -
System Red Green Blue C M Y K H S L
Decimal 188 99 220 0.15 0.55 0 0.14 284.13 0.63 0.63
Hex BC 63 DC F 37 0 E 11C 3F 3F
Octal 274 143 334 17 67 0 16 434 77 77
Binary 10111100 1100011 11011100 1111 110111 0 1110 100011100 111111 111111

Color Harmonies of #BC63DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC63DC

Black with #BC63DC

Text Example


Text Example

White with #BC63DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC63DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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