#BC70DA

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

Shades of Medium Orchid #BC70DA

Tints of Medium Orchid #BC70DA

Color information

#BC70DA (or 0xBC70DA) is unknown color: approx Medium Orchid. HEX triplet: BC, 70 and DA. RGB value is (188,112,218). Sum of RGB (Red+Green+Blue) = 188+112+218=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 112 (44.14% from 255 or 21.62% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC70DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC70DA is #438F25. Grayscale: #929292. Windows color (decimal): -4427558 or 14315708. OLE color: 14315708.

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

Color convert

RGB188112218-
CMYK0.140.4900.15
HSL283.02º58.89%64.71%-
HSV(B)283.02º48.62%85.49%-
XYZ39.1927.3469.54-
YUV146.81168.18157.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.29%
GREEN value IS 112 (44.14% from 255) = 21.62%
BLUE value IS 218 (85.55% from 255) = 42.08%
R=36.29%
G=21.62%
B=42.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1881122180.140.4900.15283.0258.8964.71
HexBC70DAE310F11b3b41
Octal274160332166101743373101
Binary101111001110000110110101110110001011111000110111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC70DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC70DA; }

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

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

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

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

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

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

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

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