#BC75D7

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

Shades of Medium Orchid #BC75D7

Tints of Medium Orchid #BC75D7

Color information

#BC75D7 (or 0xBC75D7) is unknown color: approx Medium Orchid. HEX triplet: BC, 75 and D7. RGB value is (188,117,215). Sum of RGB (Red+Green+Blue) = 188+117+215=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 117 (46.09% from 255 or 22.5% from 520); Blue value is 215 (84.38% from 255 or 41.35% from 520); Max value from RGB is 215 - color contains mainly: blue. Hex color #BC75D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC75D7 is #438A28. Grayscale: #959595. Windows color (decimal): -4426281 or 14120380. OLE color: 14120380.

HSL color Cylindrical-coordinate representation of color #BC75D7: hue angle of 283.47º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC75D7 is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB188117215-
CMYK0.130.4600.16
HSL283.47º55.06%65.1%-
HSV(B)283.47º45.58%84.31%-
XYZ39.3728.3267.68-
YUV149.4165.02155.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.15%
GREEN value IS 117 (46.09% from 255) = 22.5%
BLUE value IS 215 (84.38% from 255) = 41.35%
R=36.15%
G=22.5%
B=41.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1881172150.130.4600.16283.4755.0665.1
HexBC75D7D2E01011b3741
Octal274165327155602043367101
Binary1011110011101011101011111011011100100001000110111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC75D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC75D7; }

 p { color: rgb(188,117,215); }

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

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

 a { background-color: rgb(188,117,215); }

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

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

 span { border-color: rgb(188,117,215); }

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