#BC68D5

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

Shades of Medium Orchid #BC68D5

Tints of Medium Orchid #BC68D5

Color information

#BC68D5 (or 0xBC68D5) is unknown color: approx Medium Orchid. HEX triplet: BC, 68 and D5. RGB value is (188,104,213). Sum of RGB (Red+Green+Blue) = 188+104+213=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 104 (41.02% from 255 or 20.59% from 505); Blue value is 213 (83.59% from 255 or 42.18% from 505); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC68D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC68D5 is #43972A. Grayscale: #8D8D8D. Windows color (decimal): -4429611 or 13985980. OLE color: 13985980.

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

Color convert

RGB188104213-
CMYK0.120.5100.16
HSL286.24º56.48%62.16%-
HSV(B)286.24º51.17%83.53%-
XYZ37.725.465.87-
YUV141.54168.33161.14-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.23%
GREEN value IS 104 (41.02% from 255) = 20.59%
BLUE value IS 213 (83.59% from 255) = 42.18%
R=37.23%
G=20.59%
B=42.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1881042130.120.5100.16286.2456.4862.16
HexBC68D5C3301011e383e
Octal27415032514630204367076
Binary101111001101000110101011100110011010000100011110111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC68D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC68D5; }

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

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

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

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

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

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

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

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