#BC38E0

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

Shades of Medium Orchid #BC38E0

Tints of Medium Orchid #BC38E0

Color information

#BC38E0 (or 0xBC38E0) is unknown color: approx Medium Orchid. HEX triplet: BC, 38 and E0. RGB value is (188,56,224). Sum of RGB (Red+Green+Blue) = 188+56+224=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 56 (22.27% from 255 or 11.97% from 468); Blue value is 224 (87.89% from 255 or 47.86% from 468); Max value from RGB is 224 - color contains mainly: blue. Hex color #BC38E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC38E0 is #43C71F. Grayscale: #727272. Windows color (decimal): -4441888 or 14694588. OLE color: 14694588.

HSL color Cylindrical-coordinate representation of color #BC38E0: hue angle of 287.14º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC38E0 is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB18856224-
CMYK0.160.7500.12
HSL287.14º73.04%54.9%-
HSV(B)287.14º75%87.84%-
XYZ35.6118.972.29-
YUV114.62189.73180.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.17%
GREEN value IS 56 (22.27% from 255) = 11.97%
BLUE value IS 224 (87.89% from 255) = 47.86%
R=40.17%
G=11.97%
B=47.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal188562240.160.7500.12287.1473.0454.9
HexBC38E0104B0C11f4937
Octal274703402011301443711167
Binary1011110011100011100000100001001011011001000111111001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC38E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC38E0; }

 p { color: rgb(188,56,224); }

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

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

 a { background-color: rgb(188,56,224); }

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

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

 span { border-color: rgb(188,56,224); }

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