#BC72CC

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

Shades of Medium Orchid #BC72CC

Tints of Medium Orchid #BC72CC

Color information

#BC72CC (or 0xBC72CC) is unknown color: approx Medium Orchid. HEX triplet: BC, 72 and CC. RGB value is (188,114,204). Sum of RGB (Red+Green+Blue) = 188+114+204=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 114 (44.92% from 255 or 22.53% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC72CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC72CC is #438D33. Grayscale: #929292. Windows color (decimal): -4427060 or 13398716. OLE color: 13398716.

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

Color convert

RGB188114204-
CMYK0.080.4400.2
HSL289.33º46.88%62.35%-
HSV(B)289.33º44.12%80%-
XYZ37.6627.0960.37-
YUV146.39160.52157.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.15%
GREEN value IS 114 (44.92% from 255) = 22.53%
BLUE value IS 204 (80.08% from 255) = 40.32%
R=37.15%
G=22.53%
B=40.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1881142040.080.4400.2289.3346.8862.35
HexBC72CC82C0141212f3e
Octal27416231410540244415776
Binary101111001110010110011001000101100010100100100001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC72CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC72CC; }

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

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

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

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

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

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

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

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