#BC45FF

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

Shades of Medium Orchid #BC45FF

Tints of Medium Orchid #BC45FF

Color information

#BC45FF (or 0xBC45FF) is unknown color: approx Medium Orchid. HEX triplet: BC, 45 and FF. RGB value is (188,69,255). Sum of RGB (Red+Green+Blue) = 188+69+255=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 69 (27.34% from 255 or 13.48% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC45FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC45FF is #43BA00. Grayscale: #7D7D7D. Windows color (decimal): -4438529 or 16729532. OLE color: 16729532.

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

Color convert

RGB18869255-
CMYK0.260.7300
HSL278.39º100%63.53%-
HSV(B)278.39º72.94%100%-
XYZ40.9222.1796.73-
YUV125.78200.92172.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.72%
GREEN value IS 69 (27.34% from 255) = 13.48%
BLUE value IS 255 (100% from 255) = 49.80%
R=36.72%
G=13.48%
B=49.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal188692550.260.7300278.3910063.53
HexBC45FF1A49001166440
Octal2741053773211100426144100
Binary101111001000101111111111101010010010010001011011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC45FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC45FF; }

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

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

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

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

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

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

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

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