#BC4BCC

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

Shades of Medium Orchid #BC4BCC

Tints of Medium Orchid #BC4BCC

Color information

#BC4BCC (or 0xBC4BCC) is unknown color: approx Medium Orchid. HEX triplet: BC, 4B and CC. RGB value is (188,75,204). Sum of RGB (Red+Green+Blue) = 188+75+204=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 75 (29.69% from 255 or 16.06% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC4BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC4BCC is #43B433. Grayscale: #7B7B7B. Windows color (decimal): -4437044 or 13388732. OLE color: 13388732.

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

Color convert

RGB18875204-
CMYK0.080.6300.2
HSL292.56º55.84%54.71%-
HSV(B)292.56º63.24%80%-
XYZ34.1520.0859.2-
YUV123.49173.44174.01-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.26%
GREEN value IS 75 (29.69% from 255) = 16.06%
BLUE value IS 204 (80.08% from 255) = 43.68%
R=40.26%
G=16.06%
B=43.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal188752040.080.6300.2292.5655.8454.71
HexBC4BCC83F0141253837
Octal27411331410770244457067
Binary101111001001011110011001000111111010100100100101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4BCC; }

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

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

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

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

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

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

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

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