#BC72DD

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

Shades of Medium Orchid #BC72DD

Tints of Medium Orchid #BC72DD

Color information

#BC72DD (or 0xBC72DD) is unknown color: approx Medium Orchid. HEX triplet: BC, 72 and DD. RGB value is (188,114,221). Sum of RGB (Red+Green+Blue) = 188+114+221=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 114 (44.92% from 255 or 21.80% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC72DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC72DD is #438D22. Grayscale: #939393. Windows color (decimal): -4427043 or 14512828. OLE color: 14512828.

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

Color convert

RGB188114221-
CMYK0.150.4800.13
HSL281.5º61.14%65.69%-
HSV(B)281.5º48.42%86.67%-
XYZ39.8127.9571.7-
YUV148.32169.02156.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.95%
GREEN value IS 114 (44.92% from 255) = 21.80%
BLUE value IS 221 (86.72% from 255) = 42.26%
R=35.95%
G=21.80%
B=42.26%

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
Decimal1881142210.150.4800.13281.561.1465.69
HexBC72DDF300D1193d42
Octal274162335176001543175102
Binary101111001110010110111011111110000011011000110011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC72DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC72DD; }

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

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

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

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

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

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

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

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