#BC67D6

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

Shades of Medium Orchid #BC67D6

Tints of Medium Orchid #BC67D6

Color information

#BC67D6 (or 0xBC67D6) is unknown color: approx Medium Orchid. HEX triplet: BC, 67 and D6. RGB value is (188,103,214). Sum of RGB (Red+Green+Blue) = 188+103+214=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 103 (40.62% from 255 or 20.40% from 505); Blue value is 214 (83.98% from 255 or 42.38% from 505); Max value from RGB is 214 - color contains mainly: blue. Hex color #BC67D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC67D6 is #439829. Grayscale: #8C8C8C. Windows color (decimal): -4429866 or 14051260. OLE color: 14051260.

HSL color Cylindrical-coordinate representation of color #BC67D6: hue angle of 285.95º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC67D6 is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB188103214-
CMYK0.120.5200.16
HSL285.95º57.51%62.16%-
HSV(B)285.95º51.87%83.92%-
XYZ37.7325.2566.5-
YUV141.07169.16161.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.23%
GREEN value IS 103 (40.62% from 255) = 20.40%
BLUE value IS 214 (83.98% from 255) = 42.38%
R=37.23%
G=20.40%
B=42.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1881032140.120.5200.16285.9557.5162.16
HexBC67D6C3401011e3a3e
Octal27414732614640204367276
Binary101111001100111110101101100110100010000100011110111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC67D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC67D6; }

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

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

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

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

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

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

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

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