#BA70CC

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

Shades of Medium Orchid #BA70CC

Tints of Medium Orchid #BA70CC

Color information

#BA70CC (or 0xBA70CC) is unknown color: approx Medium Orchid. HEX triplet: BA, 70 and CC. RGB value is (186,112,204). Sum of RGB (Red+Green+Blue) = 186+112+204=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 112 (44.14% from 255 or 22.31% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA70CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA70CC is #458F33. Grayscale: #909090. Windows color (decimal): -4558644 or 13398202. OLE color: 13398202.

HSL color Cylindrical-coordinate representation of color #BA70CC: hue angle of 288.26º 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 #BA70CC is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB186112204-
CMYK0.090.4500.2
HSL288.26º47.42%61.96%-
HSV(B)288.26º45.1%80%-
XYZ36.9426.3960.27-
YUV144.61161.52157.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.05%
GREEN value IS 112 (44.14% from 255) = 22.31%
BLUE value IS 204 (80.08% from 255) = 40.64%
R=37.05%
G=22.31%
B=40.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1861122040.090.4500.2288.2647.4261.96
HexBA70CC92D0141202f3e
Octal27216031411550244405776
Binary101110101110000110011001001101101010100100100000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA70CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA70CC; }

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

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

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

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

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

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

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

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