#BC33DE

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

Shades of Medium Orchid #BC33DE

Tints of Medium Orchid #BC33DE

Color information

#BC33DE (or 0xBC33DE) is unknown color: approx Medium Orchid. HEX triplet: BC, 33 and DE. RGB value is (188,51,222). Sum of RGB (Red+Green+Blue) = 188+51+222=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 51 (20.31% from 255 or 11.06% from 461); Blue value is 222 (87.11% from 255 or 48.16% from 461); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC33DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC33DE is #43CC21. Grayscale: #6E6E6E. Windows color (decimal): -4443170 or 14562236. OLE color: 14562236.

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

Color convert

RGB18851222-
CMYK0.150.7700.13
HSL288.07º72.15%53.53%-
HSV(B)288.07º77.03%87.06%-
XYZ35.1118.3370.8-
YUV111.46190.39182.6-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.78%
GREEN value IS 51 (20.31% from 255) = 11.06%
BLUE value IS 222 (87.11% from 255) = 48.16%
R=40.78%
G=11.06%
B=48.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal188512220.150.7700.13288.0772.1553.53
HexBC33DEF4D0D1204836
Octal274633361711501544011066
Binary101111001100111101111011111001101011011001000001001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC33DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC33DE; }

 p { color: rgb(188,51,222); }

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

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

 a { background-color: rgb(188,51,222); }

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

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

 span { border-color: rgb(188,51,222); }

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