#BC45CC

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

Shades of Medium Orchid #BC45CC

Tints of Medium Orchid #BC45CC

Color information

#BC45CC (or 0xBC45CC) is unknown color: approx Medium Orchid. HEX triplet: BC, 45 and CC. RGB value is (188,69,204). Sum of RGB (Red+Green+Blue) = 188+69+204=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 69 (27.34% from 255 or 14.97% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC45CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC45CC is #43BA33. Grayscale: #777777. Windows color (decimal): -4438580 or 13387196. OLE color: 13387196.

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

Color convert

RGB18869204-
CMYK0.080.6600.2
HSL292.89º56.96%53.53%-
HSV(B)292.89º66.18%80%-
XYZ33.7719.3159.07-
YUV119.97175.42176.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.78%
GREEN value IS 69 (27.34% from 255) = 14.97%
BLUE value IS 204 (80.08% from 255) = 44.25%
R=40.78%
G=14.97%
B=44.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal188692040.080.6600.2292.8956.9653.53
HexBC45CC8420141253936
Octal274105314101020244457166
Binary1011110010001011100110010001000010010100100100101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC45CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC45CC; }

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

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

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

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

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

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

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

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