#BC67D8

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

Shades of Medium Orchid #BC67D8

Tints of Medium Orchid #BC67D8

Color information

#BC67D8 (or 0xBC67D8) is unknown color: approx Medium Orchid. HEX triplet: BC, 67 and D8. RGB value is (188,103,216). Sum of RGB (Red+Green+Blue) = 188+103+216=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 103 (40.62% from 255 or 20.32% from 507); Blue value is 216 (84.77% from 255 or 42.60% from 507); Max value from RGB is 216 - color contains mainly: blue. Hex color #BC67D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC67D8 is #439827. Grayscale: #8C8C8C. Windows color (decimal): -4429864 or 14182332. OLE color: 14182332.

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

Color convert

RGB188103216-
CMYK0.130.5200.15
HSL285.13º59.16%62.55%-
HSV(B)285.13º52.31%84.71%-
XYZ37.9825.3567.86-
YUV141.3170.16161.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.08%
GREEN value IS 103 (40.62% from 255) = 20.32%
BLUE value IS 216 (84.77% from 255) = 42.60%
R=37.08%
G=20.32%
B=42.60%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1881032160.130.5200.15285.1359.1662.55
HexBC67D8D340F11d3b3f
Octal27414733015640174357377
Binary10111100110011111011000110111010001111100011101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC67D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC67D8; }

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

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

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

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

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

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

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

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