#BC75CC

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

Shades of Medium Orchid #BC75CC

Tints of Medium Orchid #BC75CC

Color information

#BC75CC (or 0xBC75CC) is unknown color: approx Medium Orchid. HEX triplet: BC, 75 and CC. RGB value is (188,117,204). Sum of RGB (Red+Green+Blue) = 188+117+204=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 117 (46.09% from 255 or 22.99% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC75CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC75CC is #438A33. Grayscale: #939393. Windows color (decimal): -4426292 or 13399484. OLE color: 13399484.

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

Color convert

RGB188117204-
CMYK0.080.4300.2
HSL288.97º46.03%62.94%-
HSV(B)288.97º42.65%80%-
XYZ3827.7760.48-
YUV148.15159.52156.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.94%
GREEN value IS 117 (46.09% from 255) = 22.99%
BLUE value IS 204 (80.08% from 255) = 40.08%
R=36.94%
G=22.99%
B=40.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1881172040.080.4300.2288.9746.0362.94
HexBC75CC82B0141212e3f
Octal27416531410530244415677
Binary101111001110101110011001000101011010100100100001101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC75CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC75CC; }

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

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

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

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

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

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

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

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