#BC75DC

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

Shades of Medium Orchid #BC75DC

Tints of Medium Orchid #BC75DC

Color information

#BC75DC (or 0xBC75DC) is unknown color: approx Medium Orchid. HEX triplet: BC, 75 and DC. RGB value is (188,117,220). Sum of RGB (Red+Green+Blue) = 188+117+220=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 117 (46.09% from 255 or 22.29% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC75DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC75DC is #438A23. Grayscale: #959595. Windows color (decimal): -4426276 or 14448060. OLE color: 14448060.

HSL color Cylindrical-coordinate representation of color #BC75DC: hue angle of 281.36º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC75DC is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB188117220-
CMYK0.150.4700.14
HSL281.36º59.54%66.08%-
HSV(B)281.36º46.82%86.27%-
XYZ40.0228.5871.12-
YUV149.97167.52155.12-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.81%
GREEN value IS 117 (46.09% from 255) = 22.29%
BLUE value IS 220 (86.33% from 255) = 41.90%
R=35.81%
G=22.29%
B=41.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1881172200.150.4700.14281.3659.5466.08
HexBC75DCF2F0E1193c42
Octal274165334175701643174102
Binary101111001110101110111001111101111011101000110011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC75DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC75DC; }

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

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

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

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

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

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

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

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