#BC5CD4

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

Shades of Medium Orchid #BC5CD4

Tints of Medium Orchid #BC5CD4

Color information

#BC5CD4 (or 0xBC5CD4) is unknown color: approx Medium Orchid. HEX triplet: BC, 5C and D4. RGB value is (188,92,212). Sum of RGB (Red+Green+Blue) = 188+92+212=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 92 (36.33% from 255 or 18.70% from 492); Blue value is 212 (83.20% from 255 or 43.09% from 492); Max value from RGB is 212 - color contains mainly: blue. Hex color #BC5CD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5CD4 is #43A32B. Grayscale: #868686. Windows color (decimal): -4432684 or 13917372. OLE color: 13917372.

HSL color Cylindrical-coordinate representation of color #BC5CD4: hue angle of 288º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC5CD4 is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB18892212-
CMYK0.110.5700.17
HSL288º58.25%59.61%-
HSV(B)288º56.6%83.14%-
XYZ36.4523.164.82-
YUV134.38171.8166.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.21%
GREEN value IS 92 (36.33% from 255) = 18.70%
BLUE value IS 212 (83.20% from 255) = 43.09%
R=38.21%
G=18.70%
B=43.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal188922120.110.5700.1728858.2559.61
HexBC5CD4B390111203a3c
Octal27413432413710214407274
Binary101111001011100110101001011111001010001100100000111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5CD4; }

 p { color: rgb(188,92,212); }

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

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

 a { background-color: rgb(188,92,212); }

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

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

 span { border-color: rgb(188,92,212); }

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