#BC75D5

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

Shades of Medium Orchid #BC75D5

Tints of Medium Orchid #BC75D5

Color information

#BC75D5 (or 0xBC75D5) is unknown color: approx Medium Orchid. HEX triplet: BC, 75 and D5. RGB value is (188,117,213). Sum of RGB (Red+Green+Blue) = 188+117+213=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 117 (46.09% from 255 or 22.59% from 518); Blue value is 213 (83.59% from 255 or 41.12% from 518); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC75D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC75D5 is #438A2A. Grayscale: #949494. Windows color (decimal): -4426283 or 13989308. OLE color: 13989308.

HSL color Cylindrical-coordinate representation of color #BC75D5: hue angle of 284.38º degrees, saturation: 0.53, 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 #BC75D5 is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB188117213-
CMYK0.120.4500.16
HSL284.38º53.33%64.71%-
HSV(B)284.38º45.07%83.53%-
XYZ39.1128.2266.34-
YUV149.17164.02155.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.29%
GREEN value IS 117 (46.09% from 255) = 22.59%
BLUE value IS 213 (83.59% from 255) = 41.12%
R=36.29%
G=22.59%
B=41.12%

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
Decimal1881172130.120.4500.16284.3853.3364.71
HexBC75D5C2D01011c3541
Octal274165325145502043465101
Binary1011110011101011101010111001011010100001000111001101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC75D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC75D5; }

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

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

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

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

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

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

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

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