#BC74DD

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

Shades of Medium Orchid #BC74DD

Tints of Medium Orchid #BC74DD

Color information

#BC74DD (or 0xBC74DD) is unknown color: approx Medium Orchid. HEX triplet: BC, 74 and DD. RGB value is (188,116,221). Sum of RGB (Red+Green+Blue) = 188+116+221=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 116 (45.70% from 255 or 22.10% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC74DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC74DD is #438B22. Grayscale: #959595. Windows color (decimal): -4426531 or 14513340. OLE color: 14513340.

HSL color Cylindrical-coordinate representation of color #BC74DD: hue angle of 281.14º degrees, saturation: 0.61, 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 #BC74DD is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB188116221-
CMYK0.150.4800.13
HSL281.14º60.69%66.08%-
HSV(B)281.14º47.51%86.67%-
XYZ40.0428.471.78-
YUV149.5168.35155.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.81%
GREEN value IS 116 (45.70% from 255) = 22.10%
BLUE value IS 221 (86.72% from 255) = 42.10%
R=35.81%
G=22.10%
B=42.10%

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
Decimal1881162210.150.4800.13281.1460.6966.08
HexBC74DDF300D1193d42
Octal274164335176001543175102
Binary101111001110100110111011111110000011011000110011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC74DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC74DD; }

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

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

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

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

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

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

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

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