#BC54C9

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

Shades of Medium Orchid #BC54C9

Tints of Medium Orchid #BC54C9

Color information

#BC54C9 (or 0xBC54C9) is unknown color: approx Medium Orchid. HEX triplet: BC, 54 and C9. RGB value is (188,84,201). Sum of RGB (Red+Green+Blue) = 188+84+201=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 84 (33.20% from 255 or 17.76% from 473); Blue value is 201 (78.91% from 255 or 42.49% from 473); Max value from RGB is 201 - color contains mainly: blue. Hex color #BC54C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC54C9 is #43AB36. Grayscale: #808080. Windows color (decimal): -4434743 or 13194428. OLE color: 13194428.

HSL color Cylindrical-coordinate representation of color #BC54C9: hue angle of 293.33º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC54C9 is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18884201-
CMYK0.060.5800.21
HSL293.33º52%55.88%-
HSV(B)293.33º58.21%78.82%-
XYZ34.4521.2557.54-
YUV128.43168.96170.49-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.75%
GREEN value IS 84 (33.20% from 255) = 17.76%
BLUE value IS 201 (78.91% from 255) = 42.49%
R=39.75%
G=17.76%
B=42.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal188842010.060.5800.21293.335255.88
HexBC54C963A0151253438
Octal2741243116720254456470
Binary10111100101010011001001110111010010101100100101110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC54C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC54C9; }

 p { color: rgb(188,84,201); }

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

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

 a { background-color: rgb(188,84,201); }

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

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

 span { border-color: rgb(188,84,201); }

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