#BC48CF

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

Shades of Medium Orchid #BC48CF

Tints of Medium Orchid #BC48CF

Color information

#BC48CF (or 0xBC48CF) is unknown color: approx Medium Orchid. HEX triplet: BC, 48 and CF. RGB value is (188,72,207). Sum of RGB (Red+Green+Blue) = 188+72+207=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 72 (28.52% from 255 or 15.42% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC48CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC48CF is #43B730. Grayscale: #797979. Windows color (decimal): -4437809 or 13584572. OLE color: 13584572.

HSL color Cylindrical-coordinate representation of color #BC48CF: hue angle of 291.56º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC48CF is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18872207-
CMYK0.090.6500.19
HSL291.56º58.44%54.71%-
HSV(B)291.56º65.22%81.18%-
XYZ34.3219.8361.05-
YUV122.07175.93175.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.26%
GREEN value IS 72 (28.52% from 255) = 15.42%
BLUE value IS 207 (81.25% from 255) = 44.33%
R=40.26%
G=15.42%
B=44.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal188722070.090.6500.19291.5658.4454.71
HexBC48CF9410131243a37
Octal274110317111010234447267
Binary1011110010010001100111110011000001010011100100100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC48CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC48CF; }

 p { color: rgb(188,72,207); }

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

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

 a { background-color: rgb(188,72,207); }

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

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

 span { border-color: rgb(188,72,207); }

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