#bc3bdf

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

Shades of Medium Orchid #BC3BDF

Tints of Medium Orchid #BC3BDF

Color information

#BC3BDF (or 0xBC3BDF) is unknown color: approx Medium Orchid. HEX triplet: BC, 3B and DF. RGB value is (188,59,223). Sum of RGB (Red+Green+Blue) = 188+59+223=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 59 (23.44% from 255 or 12.55% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC3BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3BDF is #43C420. Grayscale: #737373. Windows color (decimal): -4441121 or 14629820. OLE color: 14629820.

HSL color Cylindrical-coordinate representation of color #BC3BDF: hue angle of 287.2º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC3BDF is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18859223-
CMYK0.160.7400.13
HSL287.2º71.93%55.29%-
HSV(B)287.2º73.54%87.45%-
XYZ35.6219.1571.63-
YUV116.27188.24179.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40%
GREEN value IS 59 (23.44% from 255) = 12.55%
BLUE value IS 223 (87.5% from 255) = 47.45%
R=40%
G=12.55%
B=47.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal188592230.160.7400.13287.271.9355.29
HexBC3BDF104A0D11f4837
Octal274733372011201543711067
Binary1011110011101111011111100001001010011011000111111001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc3bdf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc3bdf; }

 p { color: rgb(188,59,223); }

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

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

 a { background-color: rgb(188,59,223); }

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

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

 span { border-color: rgb(188,59,223); }

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