#bc48d6

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

Shades of Medium Orchid #BC48D6

Tints of Medium Orchid #BC48D6

Color information

#BC48D6 (or 0xBC48D6) is unknown color: approx Medium Orchid. HEX triplet: BC, 48 and D6. RGB value is (188,72,214). Sum of RGB (Red+Green+Blue) = 188+72+214=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 72 (28.52% from 255 or 15.19% from 474); Blue value is 214 (83.98% from 255 or 45.15% from 474); Max value from RGB is 214 - color contains mainly: blue. Hex color #BC48D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC48D6 is #43B729. Grayscale: #7A7A7A. Windows color (decimal): -4437802 or 14043324. OLE color: 14043324.

HSL color Cylindrical-coordinate representation of color #BC48D6: hue angle of 289.01º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC48D6 is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18872214-
CMYK0.120.6600.16
HSL289.01º63.39%56.08%-
HSV(B)289.01º66.36%83.92%-
XYZ35.1920.1865.66-
YUV122.87179.43174.45-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.66%
GREEN value IS 72 (28.52% from 255) = 15.19%
BLUE value IS 214 (83.98% from 255) = 45.15%
R=39.66%
G=15.19%
B=45.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal188722140.120.6600.16289.0163.3956.08
HexBC48D6C420101213f38
Octal274110326141020204417770
Binary1011110010010001101011011001000010010000100100001111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc48d6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc48d6; }

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

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

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

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

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

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

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

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