#BC67DC

Color #BC67DC Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #BC67DC

Tints of Medium Orchid #BC67DC

Color information

#BC67DC (or 0xBC67DC) is unknown color: approx Medium Orchid. HEX triplet: BC, 67 and DC. RGB value is (188,103,220). Sum of RGB (Red+Green+Blue) = 188+103+220=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 103 (40.62% from 255 or 20.16% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC67DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC67DC is #439823. Grayscale: #8D8D8D. Windows color (decimal): -4429860 or 14444476. OLE color: 14444476.

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

Color convert

RGB188103220-
CMYK0.150.5300.14
HSL283.59º62.57%63.33%-
HSV(B)283.59º53.18%86.27%-
XYZ38.5125.5670.61-
YUV141.75172.16160.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.79%
GREEN value IS 103 (40.62% from 255) = 20.16%
BLUE value IS 220 (86.33% from 255) = 43.05%
R=36.79%
G=20.16%
B=43.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1881032200.150.5300.14283.5962.5763.33
HexBC67DCF350E11c3f3f
Octal27414733417650164347777
Binary10111100110011111011100111111010101110100011100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC67DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC67DC; }

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

 H1.HeaderClassName
 {
   color: #BC67DC;
 }
 .AnyTagClassName
 {
   color: #BC67DC;
 }
</style>
background-color css

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

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

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

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

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

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