#BC70CC

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

Shades of Medium Orchid #BC70CC

Tints of Medium Orchid #BC70CC

Color information

#BC70CC (or 0xBC70CC) is unknown color: approx Medium Orchid. HEX triplet: BC, 70 and CC. RGB value is (188,112,204). Sum of RGB (Red+Green+Blue) = 188+112+204=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 112 (44.14% from 255 or 22.22% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC70CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC70CC is #438F33. Grayscale: #909090. Windows color (decimal): -4427572 or 13398204. OLE color: 13398204.

HSL color Cylindrical-coordinate representation of color #BC70CC: hue angle of 289.57º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC70CC is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB188112204-
CMYK0.080.4500.2
HSL289.57º47.42%61.96%-
HSV(B)289.57º45.1%80%-
XYZ37.4326.6460.3-
YUV145.21161.18158.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.30%
GREEN value IS 112 (44.14% from 255) = 22.22%
BLUE value IS 204 (80.08% from 255) = 40.48%
R=37.30%
G=22.22%
B=40.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1881122040.080.4500.2289.5747.4261.96
HexBC70CC82D0141222f3e
Octal27416031410550244425776
Binary101111001110000110011001000101101010100100100010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC70CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC70CC; }

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

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

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

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

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

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

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

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