#BC44FF

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

Shades of Medium Orchid #BC44FF

Tints of Medium Orchid #BC44FF

Color information

#BC44FF (or 0xBC44FF) is unknown color: approx Medium Orchid. HEX triplet: BC, 44 and FF. RGB value is (188,68,255). Sum of RGB (Red+Green+Blue) = 188+68+255=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 68 (26.95% from 255 or 13.31% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC44FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC44FF is #43BB00. Grayscale: #7C7C7C. Windows color (decimal): -4438785 or 16729276. OLE color: 16729276.

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

Color convert

RGB18868255-
CMYK0.260.7300
HSL278.5º100%63.33%-
HSV(B)278.5º73.33%100%-
XYZ40.8622.0596.71-
YUV125.2201.26172.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.79%
GREEN value IS 68 (26.95% from 255) = 13.31%
BLUE value IS 255 (100% from 255) = 49.90%
R=36.79%
G=13.31%
B=49.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal188682550.260.7300278.510063.33
HexBC44FF1A4900117643f
Octal274104377321110042714477
Binary10111100100010011111111110101001001001000101111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC44FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC44FF; }

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

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

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

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

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

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

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

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