#BC36F7

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

Shades of Medium Orchid #BC36F7

Tints of Medium Orchid #BC36F7

Color information

#BC36F7 (or 0xBC36F7) is unknown color: approx Medium Orchid. HEX triplet: BC, 36 and F7. RGB value is (188,54,247). Sum of RGB (Red+Green+Blue) = 188+54+247=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 54 (21.48% from 255 or 11.04% from 489); Blue value is 247 (96.88% from 255 or 50.51% from 489); Max value from RGB is 247 - color contains mainly: blue. Hex color #BC36F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC36F7 is #43C908. Grayscale: #737373. Windows color (decimal): -4442377 or 16201404. OLE color: 16201404.

HSL color Cylindrical-coordinate representation of color #BC36F7: hue angle of 281.66º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC36F7 is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB18854247-
CMYK0.240.7800.03
HSL281.66º92.34%59.02%-
HSV(B)281.66º78.14%96.86%-
XYZ38.8520.0589.82-
YUV116.07201.89179.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.45%
GREEN value IS 54 (21.48% from 255) = 11.04%
BLUE value IS 247 (96.88% from 255) = 50.51%
R=38.45%
G=11.04%
B=50.51%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal188542470.240.7800.03281.6692.3459.02
HexBC36F7184E0311a5c3b
Octal27466367301160343213473
Binary10111100110110111101111100010011100111000110101011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC36F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC36F7; }

 p { color: rgb(188,54,247); }

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

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

 a { background-color: rgb(188,54,247); }

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

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

 span { border-color: rgb(188,54,247); }

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