#BC6BD4

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

Shades of Medium Orchid #BC6BD4

Tints of Medium Orchid #BC6BD4

Color information

#BC6BD4 (or 0xBC6BD4) is unknown color: approx Medium Orchid. HEX triplet: BC, 6B and D4. RGB value is (188,107,212). Sum of RGB (Red+Green+Blue) = 188+107+212=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 107 (42.19% from 255 or 21.10% from 507); Blue value is 212 (83.20% from 255 or 41.81% from 507); Max value from RGB is 212 - color contains mainly: blue. Hex color #BC6BD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6BD4 is #43942B. Grayscale: #8E8E8E. Windows color (decimal): -4428844 or 13921212. OLE color: 13921212.

HSL color Cylindrical-coordinate representation of color #BC6BD4: hue angle of 286.29º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC6BD4 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB188107212-
CMYK0.110.5000.17
HSL286.29º54.97%62.55%-
HSV(B)286.29º49.53%83.14%-
XYZ37.8825.9665.3-
YUV143.19166.84159.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.08%
GREEN value IS 107 (42.19% from 255) = 21.10%
BLUE value IS 212 (83.20% from 255) = 41.81%
R=37.08%
G=21.10%
B=41.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1881072120.110.5000.17286.2954.9762.55
HexBC6BD4B3201111e373f
Octal27415332413620214366777
Binary101111001101011110101001011110010010001100011110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6BD4; }

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

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

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

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

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

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

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

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