#BC4ACC

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

Shades of Medium Orchid #BC4ACC

Tints of Medium Orchid #BC4ACC

Color information

#BC4ACC (or 0xBC4ACC) is unknown color: approx Medium Orchid. HEX triplet: BC, 4A and CC. RGB value is (188,74,204). Sum of RGB (Red+Green+Blue) = 188+74+204=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 74 (29.30% from 255 or 15.88% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC4ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC4ACC is #43B533. Grayscale: #7A7A7A. Windows color (decimal): -4437300 or 13388476. OLE color: 13388476.

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

Color convert

RGB18874204-
CMYK0.080.6400.2
HSL292.62º56.03%54.51%-
HSV(B)292.62º63.73%80%-
XYZ34.0919.9559.18-
YUV122.91173.77174.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.34%
GREEN value IS 74 (29.30% from 255) = 15.88%
BLUE value IS 204 (80.08% from 255) = 43.78%
R=40.34%
G=15.88%
B=43.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal188742040.080.6400.2292.6256.0354.51
HexBC4ACC8400141253837
Octal274112314101000244457067
Binary1011110010010101100110010001000000010100100100101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4ACC; }

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

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

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

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

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

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

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

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