#BC53E4

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

Shades of Medium Orchid #BC53E4

Tints of Medium Orchid #BC53E4

Color information

#BC53E4 (or 0xBC53E4) is unknown color: approx Medium Orchid. HEX triplet: BC, 53 and E4. RGB value is (188,83,228). Sum of RGB (Red+Green+Blue) = 188+83+228=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 83 (32.81% from 255 or 16.63% from 499); Blue value is 228 (89.45% from 255 or 45.69% from 499); Max value from RGB is 228 - color contains mainly: blue. Hex color #BC53E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC53E4 is #43AC1B. Grayscale: #828282. Windows color (decimal): -4434972 or 14963644. OLE color: 14963644.

HSL color Cylindrical-coordinate representation of color #BC53E4: hue angle of 283.45º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC53E4 is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB18883228-
CMYK0.180.6400.11
HSL283.45º72.86%60.98%-
HSV(B)283.45º63.6%89.41%-
XYZ37.8422.4875.74-
YUV130.92182.79168.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.68%
GREEN value IS 83 (32.81% from 255) = 16.63%
BLUE value IS 228 (89.45% from 255) = 45.69%
R=37.68%
G=16.63%
B=45.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal188832280.180.6400.11283.4572.8660.98
HexBC53E412400B11b493d
Octal2741233442210001343311175
Binary10111100101001111100100100101000000010111000110111001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC53E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC53E4; }

 p { color: rgb(188,83,228); }

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

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

 a { background-color: rgb(188,83,228); }

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

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

 span { border-color: rgb(188,83,228); }

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