#BC3BCC

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

Shades of Medium Orchid #BC3BCC

Tints of Medium Orchid #BC3BCC

Color information

#BC3BCC (or 0xBC3BCC) is unknown color: approx Medium Orchid. HEX triplet: BC, 3B and CC. RGB value is (188,59,204). Sum of RGB (Red+Green+Blue) = 188+59+204=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 59 (23.44% from 255 or 13.08% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC3BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3BCC is #43C433. Grayscale: #717171. Windows color (decimal): -4441140 or 13384636. OLE color: 13384636.

HSL color Cylindrical-coordinate representation of color #BC3BCC: hue angle of 293.38º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC3BCC is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB18859204-
CMYK0.080.7100.2
HSL293.38º58.7%51.57%-
HSV(B)293.38º71.08%80%-
XYZ33.218.1858.89-
YUV114.1178.74180.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.69%
GREEN value IS 59 (23.44% from 255) = 13.08%
BLUE value IS 204 (80.08% from 255) = 45.23%
R=41.69%
G=13.08%
B=45.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal188592040.080.7100.2293.3858.751.57
HexBC3BCC8470141253b34
Octal27473314101070244457364
Binary101111001110111100110010001000111010100100100101111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3BCC; }

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

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

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

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

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

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

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

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