#BC45FD

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

Shades of Medium Orchid #BC45FD

Tints of Medium Orchid #BC45FD

Color information

#BC45FD (or 0xBC45FD) is unknown color: approx Medium Orchid. HEX triplet: BC, 45 and FD. RGB value is (188,69,253). Sum of RGB (Red+Green+Blue) = 188+69+253=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 69 (27.34% from 255 or 13.53% from 510); Blue value is 253 (99.22% from 255 or 49.61% from 510); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC45FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC45FD is #43BA02. Grayscale: #7C7C7C. Windows color (decimal): -4438531 or 16598460. OLE color: 16598460.

HSL color Cylindrical-coordinate representation of color #BC45FD: hue angle of 278.8º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC45FD is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB18869253-
CMYK0.260.7300.01
HSL278.8º97.87%63.14%-
HSV(B)278.8º72.73%99.22%-
XYZ40.622.0495.04-
YUV125.56199.92172.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.86%
GREEN value IS 69 (27.34% from 255) = 13.53%
BLUE value IS 253 (99.22% from 255) = 49.61%
R=36.86%
G=13.53%
B=49.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal188692530.260.7300.01278.897.8763.14
HexBC45FD1A4901117623f
Octal274105375321110142714277
Binary10111100100010111111101110101001001011000101111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC45FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC45FD; }

 p { color: rgb(188,69,253); }

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

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

 a { background-color: rgb(188,69,253); }

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

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

 span { border-color: rgb(188,69,253); }

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