#BC75E3

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

Shades of Medium Orchid #BC75E3

Tints of Medium Orchid #BC75E3

Color information

#BC75E3 (or 0xBC75E3) is unknown color: approx Medium Orchid. HEX triplet: BC, 75 and E3. RGB value is (188,117,227). Sum of RGB (Red+Green+Blue) = 188+117+227=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 117 (46.09% from 255 or 21.99% from 532); Blue value is 227 (89.06% from 255 or 42.67% from 532); Max value from RGB is 227 - color contains mainly: blue. Hex color #BC75E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC75E3 is #438A1C. Grayscale: #969696. Windows color (decimal): -4426269 or 14906812. OLE color: 14906812.

HSL color Cylindrical-coordinate representation of color #BC75E3: hue angle of 278.73º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC75E3 is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB188117227-
CMYK0.170.4800.11
HSL278.73º66.27%67.45%-
HSV(B)278.73º48.46%89.02%-
XYZ40.9728.9676.1-
YUV150.77171.02154.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.34%
GREEN value IS 117 (46.09% from 255) = 21.99%
BLUE value IS 227 (89.06% from 255) = 42.67%
R=35.34%
G=21.99%
B=42.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1881172270.170.4800.11278.7366.2767.45
HexBC75E311300B1174243
Octal2741653432160013427102103
Binary10111100111010111100011100011100000101110001011110000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC75E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC75E3; }

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

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

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

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

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

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

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

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