#bc4cd8

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

Shades of Medium Orchid #BC4CD8

Tints of Medium Orchid #BC4CD8

Color information

#BC4CD8 (or 0xBC4CD8) is unknown color: approx Medium Orchid. HEX triplet: BC, 4C and D8. RGB value is (188,76,216). Sum of RGB (Red+Green+Blue) = 188+76+216=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 76 (30.08% from 255 or 15.83% from 480); Blue value is 216 (84.77% from 255 or 45% from 480); Max value from RGB is 216 - color contains mainly: blue. Hex color #BC4CD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC4CD8 is #43B327. Grayscale: #7D7D7D. Windows color (decimal): -4436776 or 14175420. OLE color: 14175420.

HSL color Cylindrical-coordinate representation of color #BC4CD8: hue angle of 288º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC4CD8 is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18876216-
CMYK0.130.6500.15
HSL288º64.22%57.25%-
HSV(B)288º64.81%84.71%-
XYZ35.7220.8267.1-
YUV125.45179.11172.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.17%
GREEN value IS 76 (30.08% from 255) = 15.83%
BLUE value IS 216 (84.77% from 255) = 45%
R=39.17%
G=15.83%
B=45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal188762160.130.6500.1528864.2257.25
HexBC4CD8D410F1204039
Octal2741143301510101744010071
Binary1011110010011001101100011011000001011111001000001000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc4cd8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc4cd8; }

 p { color: rgb(188,76,216); }

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

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

 a { background-color: rgb(188,76,216); }

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

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

 span { border-color: rgb(188,76,216); }

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