#BC4FCC

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

Shades of Medium Orchid #BC4FCC

Tints of Medium Orchid #BC4FCC

Color information

#BC4FCC (or 0xBC4FCC) is unknown color: approx Medium Orchid. HEX triplet: BC, 4F and CC. RGB value is (188,79,204). Sum of RGB (Red+Green+Blue) = 188+79+204=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 79 (31.25% from 255 or 16.77% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC4FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4FCC is #43B033. Grayscale: #7D7D7D. Windows color (decimal): -4436020 or 13389756. OLE color: 13389756.

HSL color Cylindrical-coordinate representation of color #BC4FCC: hue angle of 292.32º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC4FCC is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB18879204-
CMYK0.080.6100.2
HSL292.32º55.07%55.49%-
HSV(B)292.32º61.27%80%-
XYZ34.4320.6459.3-
YUV125.84172.11172.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.92%
GREEN value IS 79 (31.25% from 255) = 16.77%
BLUE value IS 204 (80.08% from 255) = 43.31%
R=39.92%
G=16.77%
B=43.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal188792040.080.6100.2292.3255.0755.49
HexBC4FCC83D0141243737
Octal27411731410750244446767
Binary101111001001111110011001000111101010100100100100110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4FCC; }

 p { color: rgb(188,79,204); }

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

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

 a { background-color: rgb(188,79,204); }

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

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

 span { border-color: rgb(188,79,204); }

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