#BC74DE

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

Shades of Medium Orchid #BC74DE

Tints of Medium Orchid #BC74DE

Color information

#BC74DE (or 0xBC74DE) is unknown color: approx Medium Orchid. HEX triplet: BC, 74 and DE. RGB value is (188,116,222). Sum of RGB (Red+Green+Blue) = 188+116+222=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 116 (45.70% from 255 or 22.05% from 526); Blue value is 222 (87.11% from 255 or 42.21% from 526); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC74DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC74DE is #438B21. Grayscale: #959595. Windows color (decimal): -4426530 or 14578876. OLE color: 14578876.

HSL color Cylindrical-coordinate representation of color #BC74DE: hue angle of 280.75º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC74DE is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB188116222-
CMYK0.150.4800.13
HSL280.75º61.63%66.27%-
HSV(B)280.75º47.75%87.06%-
XYZ40.1728.4672.48-
YUV149.61168.85155.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.74%
GREEN value IS 116 (45.70% from 255) = 22.05%
BLUE value IS 222 (87.11% from 255) = 42.21%
R=35.74%
G=22.05%
B=42.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881162220.150.4800.13280.7561.6366.27
HexBC74DEF300D1193e42
Octal274164336176001543176102
Binary101111001110100110111101111110000011011000110011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC74DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC74DE; }

 p { color: rgb(188,116,222); }

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

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

 a { background-color: rgb(188,116,222); }

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

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

 span { border-color: rgb(188,116,222); }

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