#BC3AE8

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

Shades of Medium Orchid #BC3AE8

Tints of Medium Orchid #BC3AE8

Color information

#BC3AE8 (or 0xBC3AE8) is unknown color: approx Medium Orchid. HEX triplet: BC, 3A and E8. RGB value is (188,58,232). Sum of RGB (Red+Green+Blue) = 188+58+232=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 58 (23.05% from 255 or 12.13% from 478); Blue value is 232 (91.02% from 255 or 48.54% from 478); Max value from RGB is 232 - color contains mainly: blue. Hex color #BC3AE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC3AE8 is #43C517. Grayscale: #747474. Windows color (decimal): -4441368 or 15219388. OLE color: 15219388.

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

Color convert

RGB18858232-
CMYK0.190.7500.09
HSL284.83º79.09%56.86%-
HSV(B)284.83º75%90.98%-
XYZ36.8219.5478.18-
YUV116.71193.07178.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.33%
GREEN value IS 58 (23.05% from 255) = 12.13%
BLUE value IS 232 (91.02% from 255) = 48.54%
R=39.33%
G=12.13%
B=48.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal188582320.190.7500.09284.8379.0956.86
HexBC3AE8134B0911d4f39
Octal274723502311301143511771
Binary1011110011101011101000100111001011010011000111011001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3AE8; }

 p { color: rgb(188,58,232); }

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

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

 a { background-color: rgb(188,58,232); }

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

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

 span { border-color: rgb(188,58,232); }

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