#BC75D6

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

Shades of Medium Orchid #BC75D6

Tints of Medium Orchid #BC75D6

Color information

#BC75D6 (or 0xBC75D6) is unknown color: approx Medium Orchid. HEX triplet: BC, 75 and D6. RGB value is (188,117,214). Sum of RGB (Red+Green+Blue) = 188+117+214=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 117 (46.09% from 255 or 22.54% from 519); Blue value is 214 (83.98% from 255 or 41.23% from 519); Max value from RGB is 214 - color contains mainly: blue. Hex color #BC75D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC75D6 is #438A29. Grayscale: #949494. Windows color (decimal): -4426282 or 14054844. OLE color: 14054844.

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

Color convert

RGB188117214-
CMYK0.120.4500.16
HSL283.92º54.19%64.9%-
HSV(B)283.92º45.33%83.92%-
XYZ39.2428.2767.01-
YUV149.29164.52155.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.22%
GREEN value IS 117 (46.09% from 255) = 22.54%
BLUE value IS 214 (83.98% from 255) = 41.23%
R=36.22%
G=22.54%
B=41.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1881172140.120.4500.16283.9254.1964.9
HexBC75D6C2D01011c3641
Octal274165326145502043466101
Binary1011110011101011101011011001011010100001000111001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC75D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC75D6; }

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

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

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

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

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

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

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

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