#BC72CD

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

Shades of Medium Orchid #BC72CD

Tints of Medium Orchid #BC72CD

Color information

#BC72CD (or 0xBC72CD) is unknown color: approx Medium Orchid. HEX triplet: BC, 72 and CD. RGB value is (188,114,205). Sum of RGB (Red+Green+Blue) = 188+114+205=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 114 (44.92% from 255 or 22.49% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC72CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC72CD is #438D32. Grayscale: #929292. Windows color (decimal): -4427059 or 13464252. OLE color: 13464252.

HSL color Cylindrical-coordinate representation of color #BC72CD: hue angle of 288.79º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC72CD is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB188114205-
CMYK0.080.4400.20
HSL288.79º47.64%62.55%-
HSV(B)288.79º44.39%80.39%-
XYZ37.7827.1361-
YUV146.5161.02157.6-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.08%
GREEN value IS 114 (44.92% from 255) = 22.49%
BLUE value IS 205 (80.47% from 255) = 40.43%
R=37.08%
G=22.49%
B=40.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1881142050.080.4400.20288.7947.6462.55
HexBC72CD82C014121303f
Octal27416231510540244416077
Binary101111001110010110011011000101100010100100100001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC72CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC72CD; }

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

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

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

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

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

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

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

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