#BC78DB

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

Shades of Medium Orchid #BC78DB

Tints of Medium Orchid #BC78DB

Color information

#BC78DB (or 0xBC78DB) is unknown color: approx Medium Orchid. HEX triplet: BC, 78 and DB. RGB value is (188,120,219). Sum of RGB (Red+Green+Blue) = 188+120+219=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 120 (47.27% from 255 or 22.77% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC78DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC78DB is #438724. Grayscale: #979797. Windows color (decimal): -4425509 or 14383292. OLE color: 14383292.

HSL color Cylindrical-coordinate representation of color #BC78DB: hue angle of 281.21º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC78DB is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB188120219-
CMYK0.140.4500.14
HSL281.21º57.89%66.47%-
HSV(B)281.21º45.21%85.88%-
XYZ40.2429.2470.54-
YUV151.62166.03153.95-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.67%
GREEN value IS 120 (47.27% from 255) = 22.77%
BLUE value IS 219 (85.94% from 255) = 41.56%
R=35.67%
G=22.77%
B=41.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1881202190.140.4500.14281.2157.8966.47
HexBC78DBE2D0E1193a42
Octal274170333165501643172102
Binary101111001111000110110111110101101011101000110011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC78DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC78DB; }

 p { color: rgb(188,120,219); }

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

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

 a { background-color: rgb(188,120,219); }

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

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

 span { border-color: rgb(188,120,219); }

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