#BC44E9

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

Shades of Medium Orchid #BC44E9

Tints of Medium Orchid #BC44E9

Color information

#BC44E9 (or 0xBC44E9) is unknown color: approx Medium Orchid. HEX triplet: BC, 44 and E9. RGB value is (188,68,233). Sum of RGB (Red+Green+Blue) = 188+68+233=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 68 (26.95% from 255 or 13.91% from 489); Blue value is 233 (91.41% from 255 or 47.65% from 489); Max value from RGB is 233 - color contains mainly: blue. Hex color #BC44E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC44E9 is #43BB16. Grayscale: #7A7A7A. Windows color (decimal): -4438807 or 15287484. OLE color: 15287484.

HSL color Cylindrical-coordinate representation of color #BC44E9: hue angle of 283.64º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC44E9 is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB18868233-
CMYK0.190.7100.09
HSL283.64º78.95%59.02%-
HSV(B)283.64º70.82%91.37%-
XYZ37.5120.7179.11-
YUV122.69190.26174.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.45%
GREEN value IS 68 (26.95% from 255) = 13.91%
BLUE value IS 233 (91.41% from 255) = 47.65%
R=38.45%
G=13.91%
B=47.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal188682330.190.7100.09283.6478.9559.02
HexBC44E913470911c4f3b
Octal2741043512310701143411773
Binary10111100100010011101001100111000111010011000111001001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC44E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC44E9; }

 p { color: rgb(188,68,233); }

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

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

 a { background-color: rgb(188,68,233); }

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

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

 span { border-color: rgb(188,68,233); }

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