#BC75DB

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

Shades of Medium Orchid #BC75DB

Tints of Medium Orchid #BC75DB

Color information

#BC75DB (or 0xBC75DB) is unknown color: approx Medium Orchid. HEX triplet: BC, 75 and DB. RGB value is (188,117,219). Sum of RGB (Red+Green+Blue) = 188+117+219=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 117 (46.09% from 255 or 22.33% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC75DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC75DB is #438A24. Grayscale: #959595. Windows color (decimal): -4426277 or 14382524. OLE color: 14382524.

HSL color Cylindrical-coordinate representation of color #BC75DB: hue angle of 281.76º degrees, saturation: 0.59, 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 #BC75DB is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB188117219-
CMYK0.140.4700.14
HSL281.76º58.62%65.88%-
HSV(B)281.76º46.58%85.88%-
XYZ39.8928.5370.42-
YUV149.86167.02155.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.88%
GREEN value IS 117 (46.09% from 255) = 22.33%
BLUE value IS 219 (85.94% from 255) = 41.79%
R=35.88%
G=22.33%
B=41.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1881172190.140.4700.14281.7658.6265.88
HexBC75DBE2F0E11a3b42
Octal274165333165701643273102
Binary101111001110101110110111110101111011101000110101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC75DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC75DB; }

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

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

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

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

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

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

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

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