#BC75DA

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

Shades of Medium Orchid #BC75DA

Tints of Medium Orchid #BC75DA

Color information

#BC75DA (or 0xBC75DA) is unknown color: approx Medium Orchid. HEX triplet: BC, 75 and DA. RGB value is (188,117,218). Sum of RGB (Red+Green+Blue) = 188+117+218=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 117 (46.09% from 255 or 22.37% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC75DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC75DA is #438A25. Grayscale: #959595. Windows color (decimal): -4426278 or 14316988. OLE color: 14316988.

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

Color convert

RGB188117218-
CMYK0.140.4600.15
HSL282.18º57.71%65.69%-
HSV(B)282.18º46.33%85.49%-
XYZ39.7628.4869.73-
YUV149.74166.52155.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.95%
GREEN value IS 117 (46.09% from 255) = 22.37%
BLUE value IS 218 (85.55% from 255) = 41.68%
R=35.95%
G=22.37%
B=41.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1881172180.140.4600.15282.1857.7165.69
HexBC75DAE2E0F11a3a42
Octal274165332165601743272102
Binary101111001110101110110101110101110011111000110101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC75DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC75DA; }

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

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

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

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

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

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

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

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