#BC68D4

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

Shades of Medium Orchid #BC68D4

Tints of Medium Orchid #BC68D4

Color information

#BC68D4 (or 0xBC68D4) is unknown color: approx Medium Orchid. HEX triplet: BC, 68 and D4. RGB value is (188,104,212). Sum of RGB (Red+Green+Blue) = 188+104+212=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 104 (41.02% from 255 or 20.63% from 504); Blue value is 212 (83.20% from 255 or 42.06% from 504); Max value from RGB is 212 - color contains mainly: blue. Hex color #BC68D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC68D4 is #43972B. Grayscale: #8D8D8D. Windows color (decimal): -4429612 or 13920444. OLE color: 13920444.

HSL color Cylindrical-coordinate representation of color #BC68D4: hue angle of 286.67º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC68D4 is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB188104212-
CMYK0.110.5100.17
HSL286.67º55.67%61.96%-
HSV(B)286.67º50.94%83.14%-
XYZ37.5725.3565.2-
YUV141.43167.83161.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.30%
GREEN value IS 104 (41.02% from 255) = 20.63%
BLUE value IS 212 (83.20% from 255) = 42.06%
R=37.30%
G=20.63%
B=42.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1881042120.110.5100.17286.6755.6761.96
HexBC68D4B3301111f383e
Octal27415032413630214377076
Binary101111001101000110101001011110011010001100011111111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC68D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC68D4; }

 p { color: rgb(188,104,212); }

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

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

 a { background-color: rgb(188,104,212); }

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

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

 span { border-color: rgb(188,104,212); }

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