#BC70CA

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

Shades of Medium Orchid #BC70CA

Tints of Medium Orchid #BC70CA

Color information

#BC70CA (or 0xBC70CA) is unknown color: approx Medium Orchid. HEX triplet: BC, 70 and CA. RGB value is (188,112,202). Sum of RGB (Red+Green+Blue) = 188+112+202=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 112 (44.14% from 255 or 22.31% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC70CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC70CA is #438F35. Grayscale: #909090. Windows color (decimal): -4427574 or 13267132. OLE color: 13267132.

HSL color Cylindrical-coordinate representation of color #BC70CA: hue angle of 290.67º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC70CA is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB188112202-
CMYK0.070.4500.21
HSL290.67º45.92%61.57%-
HSV(B)290.67º44.55%79.22%-
XYZ37.1926.5459.04-
YUV144.98160.18158.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.45%
GREEN value IS 112 (44.14% from 255) = 22.31%
BLUE value IS 202 (79.30% from 255) = 40.24%
R=37.45%
G=22.31%
B=40.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1881122020.070.4500.21290.6745.9261.57
HexBC70CA72D0151232e3e
Octal2741603127550254435676
Binary10111100111000011001010111101101010101100100011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC70CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC70CA; }

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

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

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

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

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

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

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

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